1 write to _shortcutKeysUI
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ShortcutKeysEditor.cs (1)
28_shortcutKeysUI ??= new ShortcutKeysUI()
5 references to _shortcutKeysUI
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\ShortcutKeysEditor.cs (5)
33_shortcutKeysUI.Start(value); 34editorService.DropDownControl(_shortcutKeysUI); 36if (_shortcutKeysUI.Value is not null) 38value = _shortcutKeysUI.Value; 41_shortcutKeysUI.End();