4 references to K
System.Windows.Forms (2)
System\Windows\Forms\Shortcut.cs (2)
69CtrlK = Keys.Control + Keys.K, 199CtrlShiftK = Keys.Control + Keys.Shift + Keys.K,
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ShortcutKeysEditor.ShortcutKeysUI.cs (1)
25Keys.G, Keys.H, Keys.I, Keys.Insert, Keys.J, Keys.K, Keys.L, Keys.Left, Keys.M, Keys.N, Keys.NumLock,
System.Windows.Forms.Tests (1)
System\Windows\Forms\ToolStripMenuItemTests.cs (1)
158item.ShortcutKeys = Keys.Control | Keys.Shift | Keys.K;