bugfix mc:Ignorable
This commit is contained in:
Родитель
98ff4ac714
Коммит
46904029ce
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче