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)
71if (_currentValue is Keys currentKeys && (currentKeys & Keys.KeyCode) == 0) 76return _currentValue;