6 references to ENDTAG
System.Xaml (6)
System\Xaml\Parser\XamlPullParser.cs (5)
281case ScannerNodeType.ENDTAG: 302if (_xamlScanner.NodeType != ScannerNodeType.ENDTAG) 432if (_xamlScanner.NodeType != ScannerNodeType.ENDTAG) 928if (nextNodeType == ScannerNodeType.ENDTAG || nextNodeType == ScannerNodeType.PROPERTYELEMENT || nextNodeType == ScannerNodeType.EMPTYPROPERTYELEMENT) 1172else if (text.IsSpacePreserved && _xamlScanner.PeekNodeType == ScannerNodeType.ENDTAG)
System\Xaml\Parser\XamlScanner.cs (1)
496NodeType = ScannerNodeType.ENDTAG