11 references to XamlNode
System.Xaml (11)
System\Xaml\InfosetObjects\XamlXmlReader.cs (2)
223_endOfStreamNode = new XamlNode(XamlNode.InternalNodeType.EndOfStream); 237_current = new XamlNode(XamlNode.InternalNodeType.StartOfStream); // user must call Read() before using properties.
System\Xaml\Parser\XamlPullParser.cs (1)
867var endOfAttributes = new XamlNode(XamlNode.InternalNodeType.EndOfAttributes);
System\Xaml\ReaderDelegate.cs (1)
22_currentNode = new XamlNode(XamlNode.InternalNodeType.StartOfStream);
System\Xaml\ReaderMultiIndexDelegate.cs (2)
21private static XamlNode s_StartOfStream = new XamlNode(XamlNode.InternalNodeType.StartOfStream); 22private static XamlNode s_EndOfStream = new XamlNode(XamlNode.InternalNodeType.EndOfStream);
System\Xaml\XamlBackgroundReader.cs (2)
75_currentNode = new XamlNode(XamlNode.InternalNodeType.StartOfStream); 158AddToBuffer(new XamlNode(XamlNode.InternalNodeType.EndOfStream));
System\Xaml\XamlNodeQueue.cs (1)
26_endOfStreamNode = new XamlNode(XamlNode.InternalNodeType.EndOfStream);
System\Xaml\XamlObjectReader.cs (2)
49currentXamlNode = new XamlNode(XamlNode.InternalNodeType.StartOfStream); 94currentXamlNode = new XamlNode(XamlNode.InternalNodeType.EndOfStream);