1 write to cachedSelectionMode
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ListBox.cs (1)
1040cachedSelectionMode = selectionMode;
2 references to cachedSelectionMode
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ListBox.cs (2)
866SelectionMode current = (selectionModeChanging) ? cachedSelectionMode : selectionMode; 4138SelectionMode current = (owner.selectionModeChanging) ? owner.cachedSelectionMode : owner.selectionMode;