2 references to KEYEVENTF_KEYUP
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\Input.cs (2)
139dwFlags |= NativeMethods.KEYEVENTF_KEYUP; 163ki.union.keyboardInput.dwFlags = press ? 0 : NativeMethods.KEYEVENTF_KEYUP;