1 write to _dumpDoc
PresentationFramework (1)
System\Windows\Documents\FixedTextBuilder.cs (1)
1384
_dumpDoc
= new XmlDocument();
4 references to _dumpDoc
PresentationFramework (4)
System\Windows\Documents\FixedTextBuilder.cs (4)
1385
_currentDumpNode =
_dumpDoc
.CreateElement("FlowModel");
1386
_dumpDoc
.AppendChild(_currentDumpNode);
1563
_dumpDoc
.Save(writer);
1571
XmlElement newDumpNode =
_dumpDoc
.CreateElement(element.Type.Name);