1 write to _dumpDoc
PresentationFramework (1)
System\Windows\Documents\FixedTextBuilder.cs (1)
1381
_dumpDoc
= new XmlDocument();
4 references to _dumpDoc
PresentationFramework (4)
System\Windows\Documents\FixedTextBuilder.cs (4)
1382
_currentDumpNode =
_dumpDoc
.CreateElement("FlowModel");
1383
_dumpDoc
.AppendChild(_currentDumpNode);
1560
_dumpDoc
.Save(writer);
1568
XmlElement newDumpNode =
_dumpDoc
.CreateElement(element.Type.Name);