3 references to EndDocument
PresentationFramework (3)
MS\Internal\Globalization\BamlResourceDeserializer.cs (1)
169
case BamlNodeType.
EndDocument
:
MS\Internal\Globalization\BamlTreeNode.cs (1)
419
internal BamlEndDocumentNode() : base(BamlNodeType.
EndDocument
) { }
System\Windows\Markup\BamlReader.cs (1)
1854
NodeTypeInternal = BamlNodeType.
EndDocument
;