Base:
property
Name
System.Xml.XmlNode.Name
32 references to Name
System.Configuration (1)
System\Configuration\RuntimeConfigurationRecord.cs (1)
203if (ConfigurationElement.IsLockAttributeName(attribute.Name)) {
System.Data (1)
fx\src\data\System\Data\Common\AdapterUtil.cs (1)
744return Configuration(Res.GetString(Res.ConfigUnrecognizedAttributes, node.Attributes[0].Name), node);
System.Data.Entity.Design (2)
System\Data\Entity\Design\EntityDesignerUtils.cs (2)
106if (a.Name.Equals("Name", StringComparison.Ordinal) && a.Value.Equals("MetadataArtifactProcessing", StringComparison.OrdinalIgnoreCase)) 110if (a2.Name.Equals("Value", StringComparison.Ordinal))
System.ServiceModel (1)
System\ServiceModel\Description\SoapHelper.cs (1)
396dest.SetAttribute(attribute.Name, attribute.Value);
System.Web (5)
Configuration\HandlerBase.cs (1)
172SR.GetString(SR.Config_base_unrecognized_attribute, node.Attributes[0].Name),
UI\WebControls\XmlDataSourceNodeDescriptor.cs (1)
85list.Add(new XmlDataSourcePropertyDescriptor(attrs[i].Name));
UI\WebControls\XmlHierarchyData.cs (1)
178list.Add(new XmlHierarchyDataPropertyDescriptor(attrs[i].Name));
XmlSiteMapProvider.cs (2)
800HandleResourceAttribute(xmlNode, ref resourceKeyCollection, attribute.Name, ref value, allowImplicitResourceAttribute); 801attributeCollection[attribute.Name] = value;
System.Web.DataVisualization (3)
Common\Utilities\XmlSerializer.cs (3)
2009 if(attr.Name == "_Template_") 2015 if(IsSerializableContent(attr.Name, objectToDeserialize)) 2017 SetXmlValue(objectToDeserialize, attr.Name, attr.Value);
System.Web.Extensions (2)
Compilation\WCFModel\SchemaMerger.cs (2)
765return String.Compare(x.Name, y.Name, StringComparison.Ordinal);
System.Web.Mobile (1)
Mobile\ConfigurationSectionHelper.cs (1)
137_currentNode.Attributes[0].Name);
System.Web.Services (4)
System\Web\Services\Diagnostics\TraceUtility.cs (1)
288TraceEvent(TraceEventType.Warning, Res.GetString(format, e.Attr.Name, e.Attr.Value, e.ExpectedAttributes));
System\Web\Services\Protocols\RuntimeUtils.cs (3)
37throw new InvalidOperationException(Res.GetString(Res.WebUnknownAttribute, e.Attr.Name, e.Attr.Value)); 39throw new InvalidOperationException(Res.GetString(Res.WebUnknownAttribute2, e.Attr.Name, e.Attr.Value)); 41throw new InvalidOperationException(Res.GetString(Res.WebUnknownAttribute3, e.Attr.Name, e.Attr.Value, e.ExpectedAttributes));
System.Windows.Forms (2)
parent\parent\parent\public\Internal\NDP\Inc\mansign.cs (1)
951assemblyIdentityNode.SetAttribute(attribute.Name, attribute.Value);
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (1)
1687assemblyIdentityNode.SetAttribute(attribute.Name, attribute.Value);
System.Windows.Forms.DataVisualization (3)
Common\Utilities\XmlSerializer.cs (3)
2009 if(attr.Name == "_Template_") 2015 if(IsSerializableContent(attr.Name, objectToDeserialize)) 2017 SetXmlValue(objectToDeserialize, attr.Name, attr.Value);
System.Xml (7)
System\Xml\Dom\XmlAttributeCollection.cs (3)
42&& name == node.Name ) 79&& tmp.Name == node.Name
System\Xml\Serialization\SchemaObjectWriter.cs (3)
25return String.Compare(a1.Name, a2.Name, StringComparison.Ordinal); 174WriteAttribute(a.Name, a.NamespaceURI, a.Value);
System\Xml\Serialization\XmlSerializationWriter.cs (1)
826WriteAttribute(attr.Name, attr.NamespaceURI, attr.Value);