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