fx\src\data\System\NewXml\XmlDataDocument.cs (6)
328return new XmlBoundElement( prefix, localName, namespaceURI, this );
351return new XmlBoundElement( prefix, localName, namespaceURI, this );
434docelem = new XmlBoundElement( string.Empty, docElemName, ns, this );
624newNode = new XmlBoundElement( string.Empty, col.EncodedColumnName, col.Namespace, this );
1225XmlBoundElement rowElement = new XmlBoundElement( string.Empty, table.EncodedTableName, table.Namespace, this );
1390XmlElement newElem = new XmlBoundElement( string.Empty, col.EncodedColumnName, col.Namespace, this );