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