3 references to DataRowView
System.Data (3)
fx\src\data\System\Data\DataView.cs (3)
620DataRowView drv = new DataRowView(this, addNewRow); 1345rowViewCache.Add(row, buffer ?? new DataRowView(this, row)); 1488drv = new DataRowView(this, row);