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