5 references to Scroll
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\Devices\Keyboard.vb (1)
75Return CType(UnsafeNativeMethods.GetKeyState(Keys.Scroll) And 1, Boolean)
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (1)
6360if (keyVal is Keys.Insert or Keys.NumLock or Keys.CapsLock or Keys.Scroll)
System\Windows\Forms\SendKeys\SendKeys.cs (3)
37new("SCROLLLOCK", Keys.Scroll), 341keystate[(int)Keys.Scroll] = 0; 840case (int)Keys.Scroll: