1 write to sorted
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ListBox.cs (1)
1067sorted = value;
7 references to sorted
System.Windows.Forms (7)
winforms\Managed\System\WinForms\ListBox.cs (7)
1063return sorted; 1066if (sorted != value) { 1069if (sorted && itemsCollection != null && itemsCollection.Count >= 1) { 2158if (sorted && itemsCollection != null) { 3055if (!owner.sorted) 3080if (owner.sorted) 3299if (owner.sorted) {