fx\src\data\System\NewXml\DataPointer.cs (5)
167DataColumn c = NextColumn( Row, null, false, false );
192DataColumn c = NextColumn( Row, column, false, false );
273return ColumnCount( Row, true, false );
291DataColumn c = NthColumn( Row, true, i, false );
460DataRow row = this.Row;