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)
830SelectionMode current = (_selectionModeChanging) ? _cachedSelectionMode : _selectionMode;
System\Windows\Forms\Controls\ListBoxes\ListBox.SelectedObjectCollection.cs (1)
38SelectionMode current = _owner._selectionModeChanging ? _owner._cachedSelectionMode : _owner._selectionMode;