This commit is contained in:
jkuehner 2019-05-30 18:11:58 +02:00
Родитель 98ff4ac714
Коммит 46904029ce
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -340,7 +340,7 @@ namespace ICSharpCode.WpfDesign.XamlDom
if (@namespace == XamlConstants.DesignTimeNamespace)
{
var ignorableProp = new XamlProperty(this._rootElement, new XamlDependencyPropertyInfo(MarkupCompatibilityProperties.IgnorableProperty, true, null));
var ignorableProp = new XamlProperty(this._rootElement, new XamlDependencyPropertyInfo(MarkupCompatibilityProperties.IgnorableProperty, true, "Ignorable"));
ignorableProp.SetAttribute(prefix);
}
}