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