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