4 writes to _currentValue
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\ShortcutKeysEditor.ShortcutKeysUI.cs (4)
98
_currentValue
= null;
309
_currentValue
= _originalValue;
324
_originalValue =
_currentValue
= value;
386
_currentValue
= valueKeys;
2 references to _currentValue
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ShortcutKeysEditor.ShortcutKeysUI.cs (2)
71
if (
_currentValue
is Keys currentKeys && (currentKeys & Keys.KeyCode) == 0)
76
return
_currentValue
;