4 references to GetPropertyDescriptorCollection
System.Data.Common (4)
System\Data\DataRowView.cs (1)
258
(_dataView.Table != null ? _dataView.Table.
GetPropertyDescriptorCollection
() : s_zeroPropertyDescriptorCollection);
System\Data\DataView.cs (2)
1184
return _table.
GetPropertyDescriptorCollection
();
1197
return foundTable.
GetPropertyDescriptorCollection
();
System\Data\DataViewManager.cs (1)
299
return table.
GetPropertyDescriptorCollection
();