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);
34
editorService.DropDownControl(
_shortcutKeysUI
);
36
if (
_shortcutKeysUI
.Value is not null)
38
value =
_shortcutKeysUI
.Value;
41
_shortcutKeysUI
.End();