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