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