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