6 references to NumLock
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\Devices\Keyboard.vb (1)
61Return CType(UnsafeNativeMethods.GetKeyState(Keys.NumLock) And 1, Boolean)
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (1)
6170if (keyVal is Keys.Insert or Keys.NumLock or Keys.CapsLock or Keys.Scroll)
System\Windows\Forms\SendKeys\SendKeys.cs (3)
36new("NUMLOCK", Keys.NumLock), 340keystate[(int)Keys.NumLock] = 0; 837case (int)Keys.NumLock:
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,