5 references to Scroll
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\Devices\Keyboard.vb (1)
75
Return CType(UnsafeNativeMethods.GetKeyState(Keys.
Scroll
) 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)
37
new("SCROLLLOCK", Keys.
Scroll
),
341
keystate[(int)Keys.
Scroll
] = 0;
840
case (int)Keys.
Scroll
: