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