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