2 references to VK_RETURN
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsListViewItem.cs (2)
963
IntPtr key = (IntPtr)((setValueSucceeded) ? NativeMethods.
VK_RETURN
: NativeMethods.VK_ESCAPE);
966
int scanCode = SafeNativeMethods.MapVirtualKey (NativeMethods.
VK_RETURN
, 0);