7 references to LocalName
System.Data (7)
fx\src\data\System\NewXml\DataPointer.cs (1)
389
string lname =
LocalName
;
fx\src\data\System\NewXml\XmlBoundElement.cs (4)
228
w.WriteStartElement( dp.Prefix, dp.
LocalName
, dp.NamespaceURI );
234
if ( dp.Prefix == "xmlns" && dp.
LocalName
== XmlDataDocument.XSI )
256
w.WriteStartElement( dp.Prefix, dp.
LocalName
, dp.NamespaceURI );
290
w.WriteStartAttribute( dp.Prefix, dp.
LocalName
, dp.NamespaceURI );
fx\src\data\System\NewXml\XmlDataDocument.cs (2)
982
return this.CreateElement(dp.Prefix, dp.
LocalName
, dp.NamespaceURI);
984
return this.CreateAttribute(dp.Prefix, dp.
LocalName
, dp.NamespaceURI);