4 references to StartDocument
PresentationFramework (4)
src\Framework\MS\Internal\Globalization\BamlResourceDeserializer.cs (1)
59
if (_reader.NodeType != BamlNodeType.
StartDocument
)
src\Framework\MS\Internal\Globalization\BamlTreeMap.cs (1)
182
&& currentNode.Parent.NodeType == BamlNodeType.
StartDocument
)
src\Framework\MS\Internal\Globalization\BamlTreeNode.cs (1)
381
internal BamlStartDocumentNode() : base(BamlNodeType.
StartDocument
){}
src\Framework\System\Windows\Markup\BamlReader.cs (1)
1834
NodeTypeInternal = BamlNodeType.
StartDocument
;