8 references to ImportNode
System.Data.Entity.Design (1)
System\Data\Entity\Design\EntityDesignerUtils.cs (1)
132XmlNode importedElement = outputXmlDoc.ImportNode(xmlElement, true);
System.ServiceModel (4)
System\ServiceModel\Description\WsdlExporter.cs (1)
865XmlNode iNode = XmlDoc.ImportNode(assertion, true);
System\ServiceModel\Security\WSSecurityPolicy.cs (2)
1827(XmlElement)(doc.ImportNode(transportTokenAssertion, true)) 2385tokenTemplate.AppendChild(doc.ImportNode(p, true));
System\ServiceModel\Security\WSTrust.cs (1)
1549XmlElement element = (XmlElement)doc.ImportNode(claimElement, true);
System.Windows.Forms (2)
parent\parent\parent\public\Internal\NDP\Inc\mansign.cs (1)
1007issuerNode.AppendChild(licenseDom.ImportNode(xmlDigitalSignature, true));
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (1)
1750issuerNode.AppendChild(licenseDom.ImportNode(xmlDigitalSignature, true));
System.Xml (1)
System\Xml\Serialization\XmlSerializationReader.cs (1)
867doc.AppendChild(doc.ImportNode(n, true));