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