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