15 overrides of LocalName
System.Xml (15)
System\Xml\Dom\XmlAttribute.cs (1)
67
public override String
LocalName
{
System\Xml\Dom\XmlCDataSection.cs (1)
28
public override String
LocalName
{
System\Xml\Dom\XmlComment.cs (1)
23
public override String
LocalName
{
System\Xml\Dom\XmlDeclaration.cs (1)
123
public override string
LocalName
{
System\Xml\Dom\XmlDocument.cs (1)
291
public override String
LocalName
{
System\Xml\Dom\XmlDocumentFragment.cs (1)
64
public override String
LocalName
{
System\Xml\Dom\XmlDocumentType.cs (1)
47
public override string
LocalName
{
System\Xml\Dom\XmlElement.cs (1)
77
public override string
LocalName
{
System\Xml\Dom\XmlEntity.cs (1)
55
public override string
LocalName
{
System\Xml\Dom\XmlEntityReference.cs (1)
54
public override string
LocalName
{
System\Xml\Dom\XmlNotation.cs (1)
30
public override string
LocalName
{
System\Xml\Dom\XmlProcessingInstruction.cs (1)
36
public override string
LocalName
{
System\Xml\Dom\XmlSignificantWhiteSpace.cs (1)
30
public override String
LocalName
{
System\Xml\Dom\XmlText.cs (1)
31
public override String
LocalName
{
System\Xml\Dom\XmlWhitespace.cs (1)
30
public override String
LocalName
{
64 references to LocalName
PresentationFramework (2)
src\Framework\MS\Internal\IO\Packaging\XmlFixedPageInfo.cs (2)
43
if (_pageNode.
LocalName
!= _fixedPageName || _pageNode.NamespaceURI != ElementTableKey.FixedMarkupNamespace)
46
_pageNode.NamespaceURI, _pageNode.
LocalName
,
System.Data (16)
fx\src\data\System\Data\XmlDataLoader.cs (3)
455
if (parentElement.
LocalName
== Keywords.XSD_SCHEMA && parentElement.NamespaceURI == Keywords.XSDNS ||
456
parentElement.
LocalName
== Keywords.SQL_SYNC && parentElement.NamespaceURI == Keywords.UPDGNS ||
457
parentElement.
LocalName
== Keywords.XDR_SCHEMA && parentElement.NamespaceURI == Keywords.XDRNS)
fx\src\data\System\Data\XMLSchema.cs (1)
75
if (node != null && node.
LocalName
== name && node.NamespaceURI == ns)
fx\src\data\System\Data\XmlToDatasetMap.cs (4)
49
id.LocalName = node.
LocalName
;
413
tableSchemaInfo = (TableSchemaInfo) (fIgnoreNamespace ? tableSchemaMap[nodeRegion.
LocalName
] : tableSchemaMap[nodeRegion]);
419
return tableSchemaInfo.ColumnsSchemaMap[node.
LocalName
];
442
tableSchemaInfo = (TableSchemaInfo) (fIgnoreNamespace ? tableSchemaMap[node.
LocalName
] : tableSchemaMap[node]);
fx\src\data\System\NewXml\DataPointer.cs (2)
338
String name = node.
LocalName
;
539
if (n.
LocalName
== column.EncodedColumnName && n.NamespaceURI == column.Namespace)
fx\src\data\System\NewXml\DataSetMappper.cs (1)
136
object cid = GetIdentity( node.
LocalName
, node.NamespaceURI );
fx\src\data\System\NewXml\XPathNodePointer.cs (5)
185
if ( IsNamespaceNode( nt, this._node.NamespaceURI ) && this._node.
LocalName
== s_strXmlNS )
188
return _node.
LocalName
;
211
if ( this._node.
LocalName
== s_strXmlNS )
214
return this._node.
LocalName
;
1168
if (n.
LocalName
== _column.EncodedColumnName && n.NamespaceURI == _column.Namespace)
System.IdentityModel (2)
System\IdentityModel\Tokens\GenericXmlSecurityKeyIdentifierClause.cs (2)
52
if (originalNode.
LocalName
!= newNode.
LocalName
|| originalNode.InnerText != newNode.InnerText)
System.Runtime.Serialization (3)
System\Runtime\Serialization\SchemaImporter.cs (3)
1324
throw System.Runtime.Serialization.DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidDataContractException(SR.GetString(SR.GenericAnnotationHasInvalidAttributeValue, argumentElement.LocalName, argumentElement.NamespaceURI, type.Name, nestedLevelAttribute.Value, nestedLevelAttribute.
LocalName
, Globals.TypeOfInt.Name)));
1338
throw System.Runtime.Serialization.DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidDataContractException(SR.GetString(SR.GenericAnnotationHasInvalidAttributeValue, typeElement.LocalName, typeElement.NamespaceURI, type.Name, typeNestedLevelsAttribute.Value, typeNestedLevelsAttribute.
LocalName
, Globals.TypeOfInt.Name)));
1430
ThrowTypeCannotBeImportedException(typeName.Name, typeName.Namespace, SR.GetString(SR.InvalidAnnotationExpectingText, xmlElement.LocalName, xmlElement.NamespaceURI, child.
LocalName
, child.NamespaceURI));
System.ServiceModel (19)
System\ServiceModel\Channels\OneWayBindingElementImporter.cs (1)
43
&& currentNode.
LocalName
== OneWayPolicyConstants.PacketRoutable)
System\ServiceModel\Channels\ReliableSessionBindingElementImporter.cs (10)
108
&& (node.
LocalName
== assertion));
142
SetInactivityTimeout(settings, ReadMillisecondsAttribute(currentNode, true), currentNode.
LocalName
);
152
SetAcknowledgementInterval(settings, ReadMillisecondsAttribute(currentNode, true), currentNode.
LocalName
);
181
SetInactivityTimeout(settings, ReadMillisecondsAttribute(currentNode, true), currentNode.
LocalName
);
201
SetAcknowledgementInterval(settings, ReadMillisecondsAttribute(currentNode, true), currentNode.
LocalName
);
246
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidChannelBindingException(SR.GetString(SR.RequiredAttributeIsMissing, ReliableSessionPolicyStrings.Milliseconds, wsrmNode.
LocalName
, ReliableSessionPolicyStrings.ReliableSessionName)));
265
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidChannelBindingException(SR.GetString(SR.RequiredMillisecondsAttributeIncorrect, wsrmNode.
LocalName
), innerException));
277
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidChannelBindingException(SR.GetString(SR.MillisecondsNotConvertibleToBindingRange, wsrmNode.
LocalName
), exception));
350
MetadataStrings.WSPolicy.Elements.Policy, node.
LocalName
, node.NamespaceURI);
518
policyNode.
LocalName
,
System\ServiceModel\Security\SspiNegotiationTokenProvider.cs (2)
124
if (this.StandardsManager.TrustDriver.IsRequestedSecurityTokenElement(child.
LocalName
, child.NamespaceURI))
128
else if (this.StandardsManager.TrustDriver.IsRequestedProofTokenElement(child.
LocalName
, child.NamespaceURI))
System\ServiceModel\Security\WSSecurityPolicy.cs (1)
427
if (node is XmlElement && node.
LocalName
== PolicyName && (node.NamespaceURI == WspNamespace || node.NamespaceURI == Wsp15Namespace))
System\ServiceModel\Security\WSSecurityPolicy12.cs (4)
94
if (node is XmlElement && node.
LocalName
== WSSecurityPolicy.PolicyName && (node.NamespaceURI == WSSecurityPolicy.WspNamespace || node.NamespaceURI == WSSecurityPolicy.Wsp15Namespace))
107
if (node.
LocalName
== WSSecurityPolicy.RequireClientCertificateName)
111
else if (node.
LocalName
== WSSecurityPolicy.HttpBasicAuthenticationName)
115
else if (node.
LocalName
== WSSecurityPolicy.HttpDigestAuthenticationName)
System\ServiceModel\Security\XmlHelper.cs (1)
99
if (child.
LocalName
== childLocalName && child.NamespaceURI == childNamespace)
System.Web (2)
UI\WebControls\AdRotator.cs (2)
606
if (elem.
LocalName
.Equals(XmlAdTag)) {
613
dict.Add(prop.
LocalName
, prop.InnerText);
System.Web.Extensions (2)
Compilation\WCFModel\SchemaMerger.cs (2)
504
string child1Name = differentChild1 != null ? ((XmlNode)differentChild1).
LocalName
: String.Empty;
505
string child2Name = differentChild2 != null ? ((XmlNode)differentChild2).
LocalName
: String.Empty;
System.Xml (17)
System\Xml\Dom\DocumentXPathNavigator.cs (5)
118
string localName = source.
LocalName
;
761
&& child.
LocalName
== localName
849
|| following.
LocalName
!= localName
933
&& sibling.
LocalName
== localName
1986
return Ref.Equal(node.
LocalName
, localNameAtom) && Ref.Equal(node.NamespaceURI, nsAtom);
System\Xml\Dom\XmlAttributeCollection.cs (2)
105
int offset = FindNodeOffset( node.
LocalName
, node.NamespaceURI );
277
XmlAttribute defattr = parent.OwnerDocument.GetDefaultAttribute( (XmlElement)parent, retNode.Prefix, retNode.
LocalName
, retNode.NamespaceURI );
System\Xml\Dom\XmlDocument.cs (2)
795
newNode = CreateElement( node.Prefix, node.
LocalName
, node.NamespaceURI );
803
newNode = CreateAttribute( node.Prefix, node.
LocalName
, node.NamespaceURI );
System\Xml\Dom\XmlElementList.cs (1)
149
(Ref.Equal(this.localName, asterisk) || Ref.Equal(curNode.
LocalName
, this.localName) ) &&
System\Xml\Dom\XmlNamedNodemap.cs (2)
34
int offset = FindNodeOffset( node.
LocalName
, node.NamespaceURI );
113
if (node.
LocalName
== localName && node.NamespaceURI == namespaceURI)
System\Xml\Dom\XmlNode.cs (1)
1053
if (n.NodeType == XmlNodeType.Element && n.
LocalName
== localname && n.NamespaceURI == ns)
System\Xml\Dom\XmlNodeReader.cs (1)
145
return curNode.
LocalName
;
System\Xml\Serialization\_Events.cs (1)
193
get { return xmlNode.
LocalName
; }
System\Xml\Serialization\XmlSerializationWriter.cs (2)
693
if (node.
LocalName
!= name || node.NamespaceURI != ns)
694
throw new InvalidOperationException(Res.GetString(Res.XmlElementNameMismatch, node.
LocalName
, node.NamespaceURI, name, ns));
WindowsBase (1)
Base\MS\Internal\IO\Packaging\XmlDigitalSignatureProcessor.cs (1)
702
(String.CompareOrdinal(node.
LocalName
, XTable.Get(XTable.ID.SignatureTagName)) != 0))