4 references to Scroll
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Control.cs (1)
7572
if (keyVal == Keys.Insert || keyVal == Keys.NumLock || keyVal == Keys.CapsLock || keyVal == Keys.
Scroll
) {
winforms\Managed\System\WinForms\SendKeys.cs (3)
52
new KeywordVk("SCROLLLOCK", (int)Keys.
Scroll
),
336
keystate[(int)Keys.
Scroll
] = 0;
788
case (int)Keys.
Scroll
: