5 references to NamespaceURI
System.Data (5)
fx\src\data\System\NewXml\XmlBoundElement.cs (3)
228w.WriteStartElement( dp.Prefix, dp.LocalName, dp.NamespaceURI ); 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);