47 references to CreateAttribute
PresentationBuildTasks (1)
BuildTasks\Microsoft\Build\Tasks\Windows\GenerateTemporaryTargetAssembly.cs (1)
478XmlAttribute attrInclude = xmlProjectDoc.CreateAttribute(INCLUDE_ATTR_NAME);
System.Runtime.Serialization (7)
System\Runtime\Serialization\SchemaExporter.cs (7)
229XmlAttribute emitDefaultValueAttribute = XmlDoc.CreateAttribute(Globals.EmitDefaultValueAttribute); 245XmlAttribute nameAttribute = xmlDoc.CreateAttribute(Globals.ActualTypeNameAttribute); 249XmlAttribute nsAttribute = xmlDoc.CreateAttribute(Globals.ActualTypeNamespaceAttribute); 302XmlAttribute nameAttribute = XmlDoc.CreateAttribute(Globals.GenericNameAttribute); 307XmlAttribute nsAttribute = XmlDoc.CreateAttribute(Globals.GenericNamespaceAttribute); 322XmlAttribute nestedLevelAttribute = XmlDoc.CreateAttribute(Globals.GenericParameterNestedLevelAttribute); 332XmlAttribute typeNestedLevelsAttribute = XmlDoc.CreateAttribute(Globals.GenericParameterNestedLevelAttribute);
System.ServiceModel (8)
System\ServiceModel\Channels\ContextBindingElementPolicy.cs (1)
53XmlAttribute protectionLevelAttribute = Document.CreateAttribute(ProtectionLevelName);
System\ServiceModel\Description\SoapHelper.cs (1)
29XmlAttribute attribute = Document.CreateAttribute(name);
System\ServiceModel\Description\WsdlExporter.cs (1)
815XmlAttribute uriAttribute = XmlDoc.CreateAttribute(MetadataStrings.WSPolicy.Attributes.URI);
System\ServiceModel\Description\WsdlImporter.cs (2)
1477XmlAttribute bindingName = xmlDocument.CreateAttribute(bindingAttrName); 1481XmlAttribute bindingNamespace = xmlDocument.CreateAttribute(bindingAttrNamespace);
System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (2)
342XmlAttribute attr = doc.CreateAttribute("Uri"); 347attr = doc.CreateAttribute("Optional");
System\ServiceModel\Security\WSTrustDec2005.cs (1)
103XmlAttribute dialectAttribute = result.OwnerDocument.CreateAttribute(DXD.TrustDec2005Dictionary.Dialect.Value);
System.Web.DataVisualization (7)
Common\Utilities\XmlSerializer.cs (7)
1478 XmlAttribute attrib = xmlDocument.CreateAttribute("_Template_"); 1610XmlAttribute attrib = xmlDocument.CreateAttribute("XValue"); 1616XmlAttribute attrib = xmlDocument.CreateAttribute("YValues"); 1622XmlAttribute attrib = xmlDocument.CreateAttribute("IsEmpty"); 1635XmlAttribute attrib = xmlDocument.CreateAttribute(properyName); 1648XmlAttribute attrib = xmlDocument.CreateAttribute("CustomProperties"); 1744 XmlAttribute attrib = xmlDocument.CreateAttribute(elementName);
System.Web.Mobile (5)
UI\MobileControls\Design\Util\WebConfigManager.cs (5)
315_xmlNode.Attributes.Append(_webConfig.Document.CreateAttribute("name")); 328_xmlNode.Attributes.Append(_webConfig.Document.CreateAttribute("compare")); 334_xmlNode.Attributes.Append(_webConfig.Document.CreateAttribute("argument")); 348_xmlNode.Attributes.Append(_webConfig.Document.CreateAttribute("type")); 354_xmlNode.Attributes.Append(_webConfig.Document.CreateAttribute("method"));
System.Web.Services (1)
System\Web\Services\Protocols\SoapServerProtocol.cs (1)
849XmlAttribute qnameAttr = doc.CreateAttribute(Soap12.Attribute.UpgradeEnvelopeQname);
System.Windows.Forms.DataVisualization (7)
Common\Utilities\XmlSerializer.cs (7)
1478 XmlAttribute attrib = xmlDocument.CreateAttribute("_Template_"); 1610XmlAttribute attrib = xmlDocument.CreateAttribute("XValue"); 1616XmlAttribute attrib = xmlDocument.CreateAttribute("YValues"); 1622XmlAttribute attrib = xmlDocument.CreateAttribute("IsEmpty"); 1635XmlAttribute attrib = xmlDocument.CreateAttribute(properyName); 1648XmlAttribute attrib = xmlDocument.CreateAttribute("CustomProperties"); 1744 XmlAttribute attrib = xmlDocument.CreateAttribute(elementName);
System.Xml (1)
System\Xml\Dom\XmlElement.cs (1)
238attr = OwnerDocument.CreateAttribute(name);
WindowsBase (10)
Base\MS\Internal\IO\Packaging\XmlSignatureManifest.cs (8)
662XmlAttribute uriAttr = xDoc.CreateAttribute(XTable.Get(XTable.ID.UriAttrName)); 676XmlAttribute algorithmAttr = xDoc.CreateAttribute(XTable.Get(XTable.ID.AlgorithmAttrName)); 689XmlAttribute idAttr = xDoc.CreateAttribute(XTable.Get(XTable.ID.SourceIdAttrName)); 698XmlAttribute typeAttr = xDoc.CreateAttribute(XTable.Get(XTable.ID.SourceTypeAttrName)); 727algorithmAttr = xDoc.CreateAttribute(XTable.Get(XTable.ID.AlgorithmAttrName)); 759XmlAttribute uriAttr = xDoc.CreateAttribute(XTable.Get(XTable.ID.UriAttrName)); 774XmlAttribute algorithmAttr = xDoc.CreateAttribute(XTable.Get(XTable.ID.AlgorithmAttrName)); 800XmlAttribute digestAlgorithmAttr = xDoc.CreateAttribute(XTable.Get(XTable.ID.AlgorithmAttrName));
Base\MS\Internal\IO\Packaging\XmlSignatureProperties.cs (2)
122XmlAttribute idAttr = xDoc.CreateAttribute(XTable.Get(XTable.ID.SignaturePropertyIdAttrName)); 125XmlAttribute targetAttr = xDoc.CreateAttribute(XTable.Get(XTable.ID.TargetAttrName));