Base:
property
Name
System.Xml.XmlNode.Name
20 references to Name
PresentationBuildTasks (2)
BuildTasks\Microsoft\Build\Tasks\Windows\GenerateTemporaryTargetAssembly.cs (2)
397if (nodeGroup != null && String.Compare(nodeGroup.Name, ITEMGROUP_NAME, StringComparison.OrdinalIgnoreCase) == 0) 410if (nodeItem != null && String.Compare(nodeItem.Name, sItemName, StringComparison.OrdinalIgnoreCase) == 0)
PresentationFramework (3)
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
671if (node.Name.Equals(xmlName))
src\Framework\MS\Internal\Globalization\BamlTreeMap.cs (1)
665if ( element.Name == LocComments.LocCommentsElement
src\Framework\MS\Internal\Globalization\BamlTreeUpdater.cs (1)
498string className = bamlTreeMap.Resolver.ResolveFormattingTagToClass(child.Name);
System.Configuration (1)
System\Configuration\ProtectedConfigurationSection.cs (1)
93string sectionName = xmlDocument.DocumentElement.Name;
System.Data (2)
fx\src\data\System\Data\DataSet.cs (2)
2071if (this.DataSetName != root.Name && this.namespaceURI != root.NamespaceURI && 2072Tables.Contains(root.Name, (root.NamespaceURI.Length == 0) ? null : root.NamespaceURI, false, true)) {
System.IdentityModel (1)
System\IdentityModel\XmlHelper.cs (1)
92throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(SR.GetString(SR.UnexpectedXmlChildNode, n.Name, n.NodeType, parent.Name)));
System.ServiceModel (8)
System\ServiceModel\Description\WsdlImporter.cs (3)
1722stringBuilder.Append(element.Name); 1738stringBuilder.Append(element.Name); 2375string warningMsg = SR.GetString(SR.UnsupportedPolicyDocumentRoot, policyDocument.Value.Name);
System\ServiceModel\Security\WSTrust.cs (2)
870XmlHelper.OnRequiredAttributeMissing("EncodingType", elem.Name); 874XmlHelper.OnRequiredAttributeMissing("ValueType", elem.Name);
System\ServiceModel\Security\XmlHelper.cs (3)
177throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(SR.GetString(SR.ChildNodeTypeMissing, parent.Name, expectedNodeType))); 187throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(SR.GetString(SR.EmptyXmlElementError, e.Name))); 217throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(SR.GetString(SR.UnexpectedXmlChildNode, n.Name, n.NodeType, parent.Name)));
System.Web.Services (2)
System\Web\Services\Protocols\RuntimeUtils.cs (2)
47xml.Write(element.Name); 59xml.Write(element.Name);
System.Xml (1)
System\Xml\Serialization\XmlSchemaImporter.cs (1)
1422if (e.Name == "keepNamespaceDeclarations") {