3 references to VK_RIGHT
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\Input.cs (1)
204
vk == unchecked((short)UnsafeNativeMethods.
VK_RIGHT
) ||
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (2)
493
key = UnsafeNativeMethods.
VK_RIGHT
;
504
short key = UnsafeNativeMethods.
VK_RIGHT
;