2 instantiations of XamlPropertyIDictionaryStartNode
PresentationBuildTasks (2)
Framework\System\Windows\Markup\MarkupExtensionParser.cs (1)
691propertyStart = new XamlPropertyIDictionaryStartNode(
Framework\System\Windows\Markup\XamlReaderHelper.cs (1)
1014AddNodeToCollection(new XamlPropertyIDictionaryStartNode(LineNumber, LinePosition, depth,
6 references to XamlPropertyIDictionaryStartNode
PresentationBuildTasks (6)
Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
1346XamlPropertyIDictionaryStartNode xamlPropertyIDictionaryStartNode)
Framework\System\Windows\Markup\StyleXamlParser.cs (1)
1121public override void WritePropertyIDictionaryStart(XamlPropertyIDictionaryStartNode xamlPropertyIDictionaryStartNode)
Framework\System\Windows\Markup\TemplateXamlParser.cs (1)
1224public override void WritePropertyIDictionaryStart(XamlPropertyIDictionaryStartNode xamlPropertyIDictionaryStartNode)
Framework\System\Windows\Markup\XamlParser.cs (3)
428XamlPropertyIDictionaryStartNode xamlPropertyIDictionaryStartNode = 429(XamlPropertyIDictionaryStartNode) xamlNode; 865public virtual void WritePropertyIDictionaryStart(XamlPropertyIDictionaryStartNode xamlPropertyIDictionaryStartNode)