2 implementations of IsOnColumn
System.Data (2)
fx\src\data\System\NewXml\DataPointer.cs (1)
479bool IXmlDataVirtualNode.IsOnColumn( DataColumn col ) {
fx\src\data\System\NewXml\XPathNodePointer.cs (1)
1133bool IXmlDataVirtualNode.IsOnColumn( DataColumn col ) {
1 reference to IsOnColumn
System.Data (1)
fx\src\data\System\NewXml\XmlBoundElement.cs (1)
314Debug.Assert( ((IXmlDataVirtualNode)dp).IsOnColumn( null ) );