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