3 references to VK_RIGHT
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\Input.cs (1)
211
vk == unchecked((short)UnsafeNativeMethods.
VK_RIGHT
) ||
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (2)
515
key = UnsafeNativeMethods.
VK_RIGHT
;
526
short key = UnsafeNativeMethods.
VK_RIGHT
;