6 references to ENDTAG
System.Xaml (6)
System\Xaml\Parser\XamlPullParser.cs (5)
266case ScannerNodeType.ENDTAG: 285if (_xamlScanner.NodeType != ScannerNodeType.ENDTAG) 407if (_xamlScanner.NodeType != ScannerNodeType.ENDTAG) 884if (nextNodeType == ScannerNodeType.ENDTAG || nextNodeType == ScannerNodeType.PROPERTYELEMENT || nextNodeType == ScannerNodeType.EMPTYPROPERTYELEMENT) 1116else if (text.IsSpacePreserved && _xamlScanner.PeekNodeType == ScannerNodeType.ENDTAG)
System\Xaml\Parser\XamlScanner.cs (1)
489node.NodeType = ScannerNodeType.ENDTAG;