6 references to KEYEVENTF_KEYUP
System.Windows.Forms (3)
System\Windows\Forms\SendKeys\SendKeys.cs (3)
644
currentInput[1].Anonymous.ki.dwFlags = KEYBD_EVENT_FLAGS.KEYEVENTF_UNICODE | KEYBD_EVENT_FLAGS.
KEYEVENTF_KEYUP
;
699
currentInput[0].Anonymous.ki.dwFlags |= KEYBD_EVENT_FLAGS.
KEYEVENTF_KEYUP
;
865
keyboardInput[1].Anonymous.ki.dwFlags = KEYBD_EVENT_FLAGS.
KEYEVENTF_KEYUP
;
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Automation\UiaTextProvider.cs (1)
136
keyboardInput.Anonymous.ki.dwFlags = press ? 0 : KEYBD_EVENT_FLAGS.
KEYEVENTF_KEYUP
;
System.Windows.Forms.UI.IntegrationTests (2)
Input\InputBuilder.cs (2)
32
input.Anonymous.ki.dwFlags |= KEYBD_EVENT_FLAGS.
KEYEVENTF_KEYUP
;
69
input.Anonymous.ki.dwFlags |= KEYBD_EVENT_FLAGS.
KEYEVENTF_KEYUP
;