2 writes to IsSimple
PresentationBuildTasks (2)
Framework\System\Windows\Markup\AttributeData.cs (1)
150IsSimple = isSimple;
Framework\System\Windows\Markup\XamlReaderHelper.cs (1)
3097attribData.IsSimple = false;
5 references to IsSimple
PresentationBuildTasks (5)
Framework\System\Windows\Markup\MarkupExtensionParser.cs (2)
1439if (nestedAttrData.IsSimple) 1563if (data != null && data.IsSimple)
Framework\System\Windows\Markup\XamlReaderHelper.cs (3)
3059if (attribData.IsSimple) 3106if (!attribData.IsSimple) 3267if (data.IsSimple)