1 write to _dumpDoc
PresentationFramework (1)
System\Windows\Documents\FixedTextBuilder.cs (1)
1390
_dumpDoc
= new XmlDocument();
4 references to _dumpDoc
PresentationFramework (4)
System\Windows\Documents\FixedTextBuilder.cs (4)
1391
_currentDumpNode =
_dumpDoc
.CreateElement("FlowModel");
1392
_dumpDoc
.AppendChild(_currentDumpNode);
1570
_dumpDoc
.Save(writer);
1578
XmlElement newDumpNode =
_dumpDoc
.CreateElement(element.Type.Name);