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