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