1 write to PropertyDescriptor
System.ComponentModel.TypeConverter (1)
System\ComponentModel\ListSortDescription.cs (1)
10PropertyDescriptor = property;
2 references to PropertyDescriptor
PresentationFramework (1)
System\Windows\Data\BindingListCollectionView.cs (1)
1337InternalList.ApplySort(sorts[0].PropertyDescriptor, sorts[0].SortDirection);
System.Data.Common (1)
System\Data\DataView.cs (1)
1069PropertyDescriptor? property = sort.PropertyDescriptor;