2 instantiations of XamlPropertyIDictionaryEndNode
PresentationBuildTasks (2)
Framework\System\Windows\Markup\MarkupExtensionParser.cs (1)
699propertyEnd = new XamlPropertyIDictionaryEndNode(
Framework\System\Windows\Markup\XamlReaderHelper.cs (1)
1025new XamlPropertyIDictionaryEndNode(LineNumber, LinePosition, XmlReader.Depth));
6 references to XamlPropertyIDictionaryEndNode
PresentationBuildTasks (6)
Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
1366XamlPropertyIDictionaryEndNode xamlPropertyIDictionaryEndNode)
Framework\System\Windows\Markup\StyleXamlParser.cs (1)
1145public override void WritePropertyIDictionaryEnd(XamlPropertyIDictionaryEndNode xamlPropertyIDictionaryEndNode)
Framework\System\Windows\Markup\TemplateXamlParser.cs (1)
1257public override void WritePropertyIDictionaryEnd(XamlPropertyIDictionaryEndNode xamlPropertyIDictionaryEndNode)
Framework\System\Windows\Markup\XamlParser.cs (3)
434XamlPropertyIDictionaryEndNode xamlPropertyIDictionaryEndNode = 435(XamlPropertyIDictionaryEndNode) xamlNode; 877public virtual void WritePropertyIDictionaryEnd(XamlPropertyIDictionaryEndNode xamlPropertyIDictionaryEndNode)