34 references to GetObject
PresentationFramework (7)
System\Windows\FrameworkTemplate.cs (1)
1018case System.Xaml.XamlNodeType.GetObject:
System\Windows\Markup\RestrictiveXamlXmlReader.cs (1)
122case System.Xaml.XamlNodeType.GetObject:
System\Windows\Markup\WpfXamlLoader.cs (1)
229case System.Xaml.XamlNodeType.GetObject:
System\Windows\TemplateContent.cs (4)
454case System.Xaml.XamlNodeType.GetObject: 767case Xaml.XamlNodeType.GetObject: 956case System.Xaml.XamlNodeType.GetObject: 1010else if (xamlReader.NodeType == System.Xaml.XamlNodeType.GetObject)
System.Xaml (27)
System\Xaml\InfosetObjects\XamlNodes.cs (2)
49case XamlNodeType.GetObject: 85case XamlNodeType.GetObject:
System\Xaml\Parser\NodeStreamSorter.cs (1)
489case XamlNodeType.GetObject:
System\Xaml\Parser\XamlPullParser.cs (1)
920var startObj = new XamlNode(XamlNodeType.GetObject);
System\Xaml\WriterDelegate.cs (1)
31_addDelegate(XamlNodeType.GetObject, null);
System\Xaml\XamlObjectReader.cs (8)
547XamlNode = new XamlNode(XamlNodeType.GetObject), 575XamlNode = new XamlNode(XamlNodeType.GetObject), 693objectInfo.XamlNode = new XamlNode(XamlNodeType.GetObject); 1141|| XamlNode.NodeType == XamlNodeType.GetObject) 1764if (XamlNode.NodeType == XamlNodeType.GetObject) 1840XamlNode = new XamlNode(XamlNodeType.GetObject), 2912case XamlNodeType.GetObject: 2913nodes.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)
495objectFrame.AllocatingNodeType != XamlNodeType.GetObject) 503objectFrame.AllocatingNodeType == XamlNodeType.GetObject); 893case XamlNodeType.GetObject: 1078frame.AllocatingNodeType != XamlNodeType.GetObject) 1149writer.namespaceScopes.Peek().AllocatingNodeType == XamlNodeType.GetObject); 1227writer.namespaceScopes.Peek().AllocatingNodeType != XamlNodeType.GetObject) 1330if (frame.AllocatingNodeType == XamlNodeType.GetObject) 1355writer.namespaceScopes.Peek().AllocatingNodeType != XamlNodeType.GetObject) 1357writer.namespaceScopes.Push(new Frame { AllocatingNodeType = isObjectFromMember ? XamlNodeType.GetObject : XamlNodeType.StartObject }); 1421memberFrame.AllocatingNodeType == XamlNodeType.GetObject); 1554memberFrame.AllocatingNodeType == XamlNodeType.GetObject); 1790writer.meNodesStack.Peek().Add(new XamlNode(XamlNodeType.GetObject));