4 references to EndOfAttributes
System.Xaml (4)
System\Xaml\InfosetObjects\XamlNodes.cs (3)
99Debug.Assert(internalNodeType == InternalNodeType.EndOfAttributes || 138case InternalNodeType.EndOfAttributes: 235if (NodeType == XamlNodeType.None && _internalNodeType == InternalNodeType.EndOfAttributes)
System\Xaml\Parser\XamlPullParser.cs (1)
826var endOfAttributes = new XamlNode(XamlNode.InternalNodeType.EndOfAttributes);