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