4 references to CapsLock
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\Devices\Keyboard.vb (1)
36
Return CType(UnsafeNativeMethods.GetKeyState(Keys.
CapsLock
) And 1, Boolean)
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (2)
6170
if (keyVal is Keys.Insert or Keys.NumLock or Keys.
CapsLock
or Keys.Scroll)
6181
return keyVal is Keys.Insert or Keys.
CapsLock
? (result & 0x1) != 0x0 : (result & 0x8001) != 0x0;
System\Windows\Forms\SendKeys\SendKeys.cs (1)
834
case (int)Keys.
CapsLock
: