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