3 references to PrependChild
System.Private.Xml (3)
System\Xml\Dom\DocumentXmlWriter.cs (2)
397
case DocumentXmlWriterType.
PrependChild
:
560
case DocumentXmlWriterType.
PrependChild
:
System\Xml\Dom\DocumentXPathNavigator.cs (1)
1512
DocumentXmlWriter writer = new DocumentXmlWriter(DocumentXmlWriterType.
PrependChild
, _source, _document);