3 references to KEYEVENTF_KEYUP
System.Windows.Forms (3)
winforms\Managed\System\WinForms\SendKeys.cs (3)
585
currentInput[1].inputUnion.ki.dwFlags = NativeMethods.KEYEVENTF_UNICODE | NativeMethods.
KEYEVENTF_KEYUP
;
643
currentInput[0].inputUnion.ki.dwFlags |= NativeMethods.
KEYEVENTF_KEYUP
;
813
keyboardInput[1].inputUnion.ki.dwFlags = NativeMethods.
KEYEVENTF_KEYUP
;