4 references to Scroll
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (1)
6300
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
: