4 references to GetPropertyDescriptorCollection
System.Data (4)
fx\src\data\System\Data\DataRowView.cs (1)
300
return (dataView.Table != null ? dataView.Table.
GetPropertyDescriptorCollection
(attributes) : zeroPropertyDescriptorCollection);
fx\src\data\System\Data\DataView.cs (2)
1237
return table.
GetPropertyDescriptorCollection
(null);
1245
return foundTable.
GetPropertyDescriptorCollection
(null);
fx\src\data\System\Data\DataViewManager.cs (1)
332
return table.
GetPropertyDescriptorCollection
(null);