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