1 write to _sorted
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
1041_sorted = value;
7 references to _sorted
System.Windows.Forms (7)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (4)
1035return _sorted; 1039if (_sorted != value) 1043if (_sorted && _itemsCollection is not null && _itemsCollection.Count >= 1) 2183if (_sorted && _itemsCollection is not null)
System\Windows\Forms\Controls\ListBoxes\ListBox.ObjectCollection.cs (3)
98if (!_owner._sorted) 128if (_owner._sorted) 333if (_owner._sorted)