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