1 instantiation of XamlDocumentStartNode
PresentationFramework (1)
src\Framework\System\Windows\Markup\BamlWriter.cs (1)
179
XamlDocumentStartNode node = new
XamlDocumentStartNode
(0,0,_depth);
2 references to XamlDocumentStartNode
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
220
internal void WriteDocumentStart(
XamlDocumentStartNode
xamlDocumentNode)
src\Framework\System\Windows\Markup\BamlWriter.cs (1)
179
XamlDocumentStartNode
node = new XamlDocumentStartNode(0,0,_depth);