5 writes to PropertySort
System.Windows.Forms (5)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
150
this.
PropertySort
= peParent.PropertySort;
winforms\Managed\System\WinForms\PropertyGridInternal\SingleSelectRootGridEntry.cs (4)
54
this.
PropertySort
= sortType;
281
if (((this.
PropertySort
&= PropertySort.Categorized) !=0) != fCategories) {
284
this.
PropertySort
|= PropertySort.Categorized;
287
this.
PropertySort
&= ~PropertySort.Categorized;
5 references to PropertySort
System.Windows.Forms (5)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (2)
150
this.PropertySort = peParent.
PropertySort
;
1573
if ((this.
PropertySort
& PropertySort.Alphabetical) != 0)
winforms\Managed\System\WinForms\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (1)
112
MultiPropertyDescriptorGridEntry[] mergedProps = MultiSelectRootGridEntry.PropertyMerger.GetMergedProperties(mergedPd.GetValues(objs), this, this.
PropertySort
, this.CurrentTab);
winforms\Managed\System\WinForms\PropertyGridInternal\MultiSelectRootGridEntry.cs (1)
65
MultiPropertyDescriptorGridEntry[] mergedProps = PropertyMerger.GetMergedProperties(rgobjs, this, this.
PropertySort
, CurrentTab);
winforms\Managed\System\WinForms\PropertyGridInternal\SingleSelectRootGridEntry.cs (1)
304
if ((this.
PropertySort
& PropertySort.Categorized) != 0) {