4 references to NO_SORT
System.Windows.Forms (4)
winforms\Managed\System\WinForms\PropertyGrid.cs (4)
1090
newButton = viewSortButtons[
NO_SORT
];
3504
case
NO_SORT
:
4431
viewSortButtons[
NO_SORT
] = CreatePushButton("", 0, ehViewType, true);
4432
viewSortButtons[
NO_SORT
].Visible = false;