34 references to GetObject
PresentationFramework (7)
System\Windows\FrameworkTemplate.cs (1)
1009
case System.Xaml.XamlNodeType.
GetObject
:
System\Windows\Markup\RestrictiveXamlXmlReader.cs (1)
121
case System.Xaml.XamlNodeType.
GetObject
:
System\Windows\Markup\WpfXamlLoader.cs (1)
228
case System.Xaml.XamlNodeType.
GetObject
:
System\Windows\TemplateContent.cs (4)
451
case System.Xaml.XamlNodeType.
GetObject
:
764
case Xaml.XamlNodeType.
GetObject
:
953
case System.Xaml.XamlNodeType.
GetObject
:
1007
else if (xamlReader.NodeType == System.Xaml.XamlNodeType.
GetObject
)
System.Xaml (27)
System\Xaml\InfosetObjects\XamlNodes.cs (2)
47
case XamlNodeType.
GetObject
:
83
case XamlNodeType.
GetObject
:
System\Xaml\Parser\NodeStreamSorter.cs (1)
486
case XamlNodeType.
GetObject
:
System\Xaml\Parser\XamlPullParser.cs (1)
918
var startObj = new XamlNode(XamlNodeType.
GetObject
);
System\Xaml\WriterDelegate.cs (1)
31
_addDelegate(XamlNodeType.
GetObject
, null);
System\Xaml\XamlObjectReader.cs (8)
542
XamlNode = new XamlNode(XamlNodeType.
GetObject
),
570
XamlNode = new XamlNode(XamlNodeType.
GetObject
),
688
objectInfo.XamlNode = new XamlNode(XamlNodeType.
GetObject
);
1136
|| XamlNode.NodeType == XamlNodeType.
GetObject
)
1759
if (XamlNode.NodeType == XamlNodeType.
GetObject
)
1835
XamlNode = new XamlNode(XamlNodeType.
GetObject
),
2907
case XamlNodeType.
GetObject
:
2908
nodes.Add(new ValueMarkupInfo{ XamlNode = new XamlNode(XamlNodeType.
GetObject
) });
System\Xaml\XamlSubreader.cs (1)
142
|| nodeType == XamlNodeType.
GetObject
)
System\Xaml\XamlWriter.cs (1)
36
case XamlNodeType.
GetObject
:
System\Xaml\XamlXmlWriter.cs (12)
493
objectFrame.AllocatingNodeType != XamlNodeType.
GetObject
)
501
objectFrame.AllocatingNodeType == XamlNodeType.
GetObject
);
891
case XamlNodeType.
GetObject
:
1076
frame.AllocatingNodeType != XamlNodeType.
GetObject
)
1147
writer.namespaceScopes.Peek().AllocatingNodeType == XamlNodeType.
GetObject
);
1225
writer.namespaceScopes.Peek().AllocatingNodeType != XamlNodeType.
GetObject
)
1328
if (frame.AllocatingNodeType == XamlNodeType.
GetObject
)
1353
writer.namespaceScopes.Peek().AllocatingNodeType != XamlNodeType.
GetObject
)
1355
writer.namespaceScopes.Push(new Frame { AllocatingNodeType = isObjectFromMember ? XamlNodeType.
GetObject
: XamlNodeType.StartObject });
1419
memberFrame.AllocatingNodeType == XamlNodeType.
GetObject
);
1552
memberFrame.AllocatingNodeType == XamlNodeType.
GetObject
);
1788
writer.meNodesStack.Peek().Add(new XamlNode(XamlNodeType.
GetObject
));