3 references to PrependChild
System.Xml (3)
System\Xml\Dom\DocumentXmlWriter.cs (2)
331case DocumentXmlWriterType.PrependChild: 454case DocumentXmlWriterType.PrependChild:
System\Xml\Dom\DocumentXPathNavigator.cs (1)
1249DocumentXmlWriter writer = new DocumentXmlWriter(DocumentXmlWriterType.PrependChild, source, document);