3 references to VK_SCROLL
System.Windows.Forms (2)
System\Windows\Forms\SendKeys\SendKeys.cs (2)
884
keyboardInput[0].Anonymous.ki.wVk = VIRTUAL_KEY.
VK_SCROLL
;
885
keyboardInput[1].Anonymous.ki.wVk = VIRTUAL_KEY.
VK_SCROLL
;
System.Windows.Forms.UI.IntegrationTests (1)
Infra\ControlTestBase.cs (1)
115
if (code is VIRTUAL_KEY.
VK_SCROLL
or VIRTUAL_KEY.VK_NUMLOCK)