35 references to CreateElement
PresentationBuildTasks (5)
BuildTasks\Microsoft\Build\Tasks\Windows\GenerateTemporaryTargetAssembly.cs (4)
465XmlNode nodeItemGroup = xmlProjectDoc.CreateElement(ITEMGROUP_NAME, root.NamespaceURI); 475XmlElement nodeItem = xmlProjectDoc.CreateElement(sItemName, root.NamespaceURI); 490embedItem = xmlProjectDoc.CreateElement(EMBEDINTEROPTYPES, root.NamespaceURI); 498embedItem = xmlProjectDoc.CreateElement(ALIASES, root.NamespaceURI);
BuildTasks\Microsoft\Build\Tasks\Windows\UpdateManifestForBrowserApplication.cs (1)
123hostInBrowser = manifestDocument.CreateElement(c_hostInBrowser, c_asmv3);
PresentationFramework (3)
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (2)
495root = xmlDoc.CreateElement(GetXmlName(token), AnnotationXmlConstants.Namespaces.BaseSchemaNamespace); 505root = xmlDoc.CreateElement(GetXmlName(token), AnnotationXmlConstants.Namespaces.BaseSchemaNamespace);
src\Framework\System\Windows\Annotations\AnnotationHelper.cs (1)
1048XmlElement colorsElement = doc.CreateElement(HighlightComponent.ColorsContentName, AnnotationXmlConstants.Namespaces.BaseSchemaNamespace);
System.Runtime.Serialization (5)
System\Runtime\Serialization\SchemaExporter.cs (5)
228XmlElement defaultValueElement = XmlDoc.CreateElement(DefaultValueAnnotation.Name, DefaultValueAnnotation.Namespace); 243XmlElement actualTypeElement = xmlDoc.CreateElement(ActualTypeAnnotationName.Name, ActualTypeAnnotationName.Namespace); 300XmlElement typeElement = XmlDoc.CreateElement(elementName, elementNs); 415XmlElement isDictionaryElement = XmlDoc.CreateElement(IsDictionaryAnnotationName.Name, IsDictionaryAnnotationName.Namespace); 838XmlElement annotationElement = XmlDoc.CreateElement(annotationQualifiedName.Name, annotationQualifiedName.Namespace);
System.ServiceModel (2)
System\ServiceModel\Description\WsdlImporter.cs (1)
1474XmlElement workaroundElement = xmlDocument.CreateElement(elementName, workaroundNS);
System\ServiceModel\Security\WSTrust.cs (1)
1411XmlElement result = doc.CreateElement(this.DriverDictionary.UseKey.Value, this.DriverDictionary.Namespace.Value);
System.Windows.Forms (4)
parent\parent\parent\public\Internal\NDP\Inc\mansign.cs (2)
784publisherIdentity = manifestDom.CreateElement("publisherIdentity", AssemblyV2NamespaceUri); 1051XmlElement dsObject = licenseDom.CreateElement("Object", SignedXml.XmlDsigNamespaceUrl);
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (2)
1419publisherIdentity = manifestDom.CreateElement("publisherIdentity", AssemblyV2NamespaceUri); 1884XmlElement dsObject = licenseDom.CreateElement("Object", SignedXml.XmlDsigNamespaceUrl);
System.Xml (2)
System\Xml\Dom\XmlDocument.cs (1)
934return CreateElement( name, namespaceURI );
System\Xml\Serialization\XmlSerializationReader.cs (1)
1787unknownNode = Document.CreateElement(elemName, elemNs);
WindowsBase (14)
Base\MS\Internal\IO\Packaging\XmlSignatureManifest.cs (9)
652XmlElement reference = xDoc.CreateElement(XTable.Get(XTable.ID.ReferenceTagName), SignedXml.XmlDsigNamespaceUrl); 669XmlElement transforms = xDoc.CreateElement(XTable.Get(XTable.ID.TransformsTagName), SignedXml.XmlDsigNamespaceUrl); 675XmlElement transform = xDoc.CreateElement(XTable.Get(XTable.ID.TransformTagName), SignedXml.XmlDsigNamespaceUrl); 726transform = xDoc.CreateElement(XTable.Get(XTable.ID.TransformTagName), SignedXml.XmlDsigNamespaceUrl); 756XmlElement reference = xDoc.CreateElement(XTable.Get(XTable.ID.ReferenceTagName), SignedXml.XmlDsigNamespaceUrl); 770XmlElement transforms = xDoc.CreateElement(XTable.Get(XTable.ID.TransformsTagName), SignedXml.XmlDsigNamespaceUrl); 773XmlElement transform = xDoc.CreateElement(XTable.Get(XTable.ID.TransformTagName), SignedXml.XmlDsigNamespaceUrl); 799XmlElement digestMethod = xDoc.CreateElement(XTable.Get(XTable.ID.DigestMethodTagName), SignedXml.XmlDsigNamespaceUrl); 809XmlElement digestValue = xDoc.CreateElement(XTable.Get(XTable.ID.DigestValueTagName), SignedXml.XmlDsigNamespaceUrl);
Base\MS\Internal\IO\Packaging\XmlSignatureProperties.cs (5)
115XmlElement signatureProperties = xDoc.CreateElement(XTable.Get(XTable.ID.SignaturePropertiesTagName), 119XmlElement signatureProperty = xDoc.CreateElement(XTable.Get(XTable.ID.SignaturePropertyTagName), 130XmlElement signatureTime = xDoc.CreateElement(XTable.Get(XTable.ID.SignatureTimeTagName), 132XmlElement signatureTimeFormat = xDoc.CreateElement(XTable.Get(XTable.ID.SignatureTimeFormatTagName), 134XmlElement signatureTimeValue = xDoc.CreateElement(XTable.Get(XTable.ID.SignatureTimeValueTagName),