4 references to StartDocument
PresentationFramework (4)
src\Framework\MS\Internal\Globalization\BamlResourceDeserializer.cs (1)
59if (_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)
381internal BamlStartDocumentNode() : base(BamlNodeType.StartDocument){}
src\Framework\System\Windows\Markup\BamlReader.cs (1)
1834NodeTypeInternal = BamlNodeType.StartDocument;