4 references to ShortcutKeysEditor
System.Design (1)
src\winforms\artifacts\obj\System.Design.Facade\Release\net11.0\System.Design.Forwards.cs (1)
101
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Windows.Forms.Design.
ShortcutKeysEditor
))]
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ShortcutKeysEditor.ShortcutKeysUI.cs (2)
118
ComponentResourceManager resources = new(typeof(
ShortcutKeysEditor
));
230
ComponentResourceManager resources = new(typeof(
ShortcutKeysEditor
));
System.Windows.Forms.Design.Editors (1)
src\winforms\artifacts\obj\System.Windows.Forms.Design.Editors.Facade3x\Release\net11.0\System.Windows.Forms.Design.Editors.Forwards.cs (1)
20
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Windows.Forms.Design.
ShortcutKeysEditor
))]