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