4 references to StartDocument
PresentationFramework (4)
MS\Internal\Globalization\BamlResourceDeserializer.cs (1)
58
if (_reader.NodeType != BamlNodeType.
StartDocument
)
MS\Internal\Globalization\BamlTreeMap.cs (1)
180
&& currentNode.Parent.NodeType == BamlNodeType.
StartDocument
)
MS\Internal\Globalization\BamlTreeNode.cs (1)
377
internal BamlStartDocumentNode() : base(BamlNodeType.
StartDocument
) { }
System\Windows\Markup\BamlReader.cs (1)
1821
NodeTypeInternal = BamlNodeType.
StartDocument
;