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