2 writes to _selectionModeChanging
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (2)
1007
_selectionModeChanging
= true;
1012
_selectionModeChanging
= false;
2 references to _selectionModeChanging
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
830
SelectionMode current = (
_selectionModeChanging
) ? _cachedSelectionMode : _selectionMode;
System\Windows\Forms\Controls\ListBoxes\ListBox.SelectedObjectCollection.cs (1)
38
SelectionMode current = _owner.
_selectionModeChanging
? _owner._cachedSelectionMode : _owner._selectionMode;