2 references to KEYEVENTF_KEYUP
UIAutomationClient (2)
MS\Internal\Automation\Input.cs (2)
64dwFlags |= UnsafeNativeMethods.KEYEVENTF_KEYUP; 86ki.union.keyboardInput.dwFlags = press ? 0 : UnsafeNativeMethods.KEYEVENTF_KEYUP;