1 write to document
Microsoft.Web.XmlTransform (1)
XmlFormatter.cs (1)
44
this.
document
= document;
3 references to document
Microsoft.Web.XmlTransform (3)
XmlFormatter.cs (3)
371
&&
document
.IsNewNode(node);
375
node.ParentNode.InsertBefore(
document
.CreateWhitespace(CurrentIndent), node);
379
node.AppendChild(
document
.CreateWhitespace(CurrentIndent));