7 writes to dwFlags
System.Windows.Forms (7)
winforms\Managed\System\WinForms\SendKeys.cs (7)
585currentInput[1].inputUnion.ki.dwFlags = NativeMethods.KEYEVENTF_UNICODE | NativeMethods.KEYEVENTF_KEYUP; 620currentInput[0].inputUnion.ki.dwFlags = 0; 629currentInput[0].inputUnion.ki.dwFlags = NativeMethods.KEYEVENTF_UNICODE; 643currentInput[0].inputUnion.ki.dwFlags |= NativeMethods.KEYEVENTF_KEYUP; 649currentInput[0].inputUnion.ki.dwFlags |= NativeMethods.KEYEVENTF_EXTENDEDKEY; 810keyboardInput[0].inputUnion.ki.dwFlags = 0; 813keyboardInput[1].inputUnion.ki.dwFlags = NativeMethods.KEYEVENTF_KEYUP;