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