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