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