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