6 references to ENDTAG
System.Xaml (6)
System\Xaml\Parser\XamlPullParser.cs (5)
268case ScannerNodeType.ENDTAG: 287if (_xamlScanner.NodeType != ScannerNodeType.ENDTAG) 409if (_xamlScanner.NodeType != ScannerNodeType.ENDTAG) 886if (nextNodeType == ScannerNodeType.ENDTAG || nextNodeType == ScannerNodeType.PROPERTYELEMENT || nextNodeType == ScannerNodeType.EMPTYPROPERTYELEMENT) 1118else if (text.IsSpacePreserved && _xamlScanner.PeekNodeType == ScannerNodeType.ENDTAG)
System\Xaml\Parser\XamlScanner.cs (1)
492node.NodeType = ScannerNodeType.ENDTAG;