6 references to ENDTAG
System.Xaml (6)
System\Xaml\Parser\XamlPullParser.cs (5)
280case ScannerNodeType.ENDTAG: 301if (_xamlScanner.NodeType != ScannerNodeType.ENDTAG) 431if (_xamlScanner.NodeType != ScannerNodeType.ENDTAG) 927if (nextNodeType == ScannerNodeType.ENDTAG || nextNodeType == ScannerNodeType.PROPERTYELEMENT || nextNodeType == ScannerNodeType.EMPTYPROPERTYELEMENT) 1171else if (text.IsSpacePreserved && _xamlScanner.PeekNodeType == ScannerNodeType.ENDTAG)
System\Xaml\Parser\XamlScanner.cs (1)
495NodeType = ScannerNodeType.ENDTAG