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