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