5 instantiations of ShortcutKeysEditor
System.Windows.Forms.Design.Tests (5)
System\Windows\Forms\Design\ShortcutKeysEditorTests.cs (5)
16ShortcutKeysEditor editor = new(); 32ShortcutKeysEditor editor = new(); 56ShortcutKeysEditor editor = new(); 64ShortcutKeysEditor editor = new(); 72ShortcutKeysEditor editor = new();
10 references to ShortcutKeysEditor
System.Design (1)
artifacts\obj\System.Design.Facade\Release\net9.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)
118ComponentResourceManager resources = new(typeof(ShortcutKeysEditor)); 230ComponentResourceManager resources = new(typeof(ShortcutKeysEditor));
System.Windows.Forms.Design.Editors (1)
artifacts\obj\System.Windows.Forms.Design.Editors.Facade3x\Release\net9.0\System.Windows.Forms.Design.Editors.Forwards.cs (1)
20[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Windows.Forms.Design.ShortcutKeysEditor))]
System.Windows.Forms.Design.Tests (6)
EnsureEditorsTests.cs (1)
64[InlineData(typeof(Keys), typeof(ShortcutKeysEditor))]
System\Windows\Forms\Design\ShortcutKeysEditorTests.cs (5)
16ShortcutKeysEditor editor = new(); 32ShortcutKeysEditor editor = new(); 56ShortcutKeysEditor editor = new(); 64ShortcutKeysEditor editor = new(); 72ShortcutKeysEditor editor = new();