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