6 references to PropertyDescriptor
PresentationFramework (1)
src\Framework\System\Windows\Data\BindingListCollectionView.cs (1)
1344InternalList.ApplySort(sorts[0].PropertyDescriptor, sorts[0].SortDirection);
System.Data (1)
fx\src\data\System\Data\DataView.cs (1)
1137PropertyDescriptor property = sort.PropertyDescriptor;
System.Windows.Forms (4)
winforms\Managed\System\WinForms\BindingSource.cs (2)
382ibl.ApplySort(sortsColln[0].PropertyDescriptor, sortsColln[0].SortDirection); 651sb.Append(sortsColln[i].PropertyDescriptor.Name +
winforms\Managed\System\WinForms\DataGridViewDataConnection.cs (2)
1084sorts[0].PropertyDescriptor != null) 1086sortProperty = sorts[0].PropertyDescriptor;