6 references to NumLock
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\Devices\Keyboard.vb (1)
61
Return CType(UnsafeNativeMethods.GetKeyState(Keys.
NumLock
) And 1, Boolean)
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (1)
6170
if (keyVal is Keys.Insert or Keys.
NumLock
or Keys.CapsLock or Keys.Scroll)
System\Windows\Forms\SendKeys\SendKeys.cs (3)
36
new("NUMLOCK", Keys.
NumLock
),
340
keystate[(int)Keys.
NumLock
] = 0;
837
case (int)Keys.
NumLock
:
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ShortcutKeysEditor.ShortcutKeysUI.cs (1)
25
Keys.G, Keys.H, Keys.I, Keys.Insert, Keys.J, Keys.K, Keys.L, Keys.Left, Keys.M, Keys.N, Keys.
NumLock
,