25 references to ki
System.Windows.Forms (25)
winforms\Managed\System\WinForms\SendKeys.cs (25)
584currentInput[1].inputUnion.ki.wVk = (short) 0; 585currentInput[1].inputUnion.ki.dwFlags = NativeMethods.KEYEVENTF_UNICODE | NativeMethods.KEYEVENTF_KEYUP; 588currentInput[0].inputUnion.ki.dwExtraInfo = IntPtr.Zero; 589currentInput[0].inputUnion.ki.time = 0; 590currentInput[1].inputUnion.ki.dwExtraInfo = IntPtr.Zero; 591currentInput[1].inputUnion.ki.time = 0; 620currentInput[0].inputUnion.ki.dwFlags = 0; 627currentInput[0].inputUnion.ki.wVk = (short)0; 628currentInput[0].inputUnion.ki.wScan = (short)skEvent.paramL; 629currentInput[0].inputUnion.ki.dwFlags = NativeMethods.KEYEVENTF_UNICODE; 630currentInput[1].inputUnion.ki.wScan = (short)skEvent.paramL; 638currentInput[0].inputUnion.ki.wScan = 0; 643currentInput[0].inputUnion.ki.dwFlags |= NativeMethods.KEYEVENTF_KEYUP; 649currentInput[0].inputUnion.ki.dwFlags |= NativeMethods.KEYEVENTF_EXTENDEDKEY; 652currentInput[0].inputUnion.ki.wVk = (short)skEvent.paramL; 810keyboardInput[0].inputUnion.ki.dwFlags = 0; 813keyboardInput[1].inputUnion.ki.dwFlags = NativeMethods.KEYEVENTF_KEYUP; 818keyboardInput[0].inputUnion.ki.wVk = NativeMethods.VK_CAPITAL; 819keyboardInput[1].inputUnion.ki.wVk = NativeMethods.VK_CAPITAL; 825keyboardInput[0].inputUnion.ki.wVk = NativeMethods.VK_NUMLOCK; 826keyboardInput[1].inputUnion.ki.wVk = NativeMethods.VK_NUMLOCK; 832keyboardInput[0].inputUnion.ki.wVk = NativeMethods.VK_SCROLL; 833keyboardInput[1].inputUnion.ki.wVk = NativeMethods.VK_SCROLL; 839keyboardInput[0].inputUnion.ki.wVk = NativeMethods.VK_KANA; 840keyboardInput[1].inputUnion.ki.wVk = NativeMethods.VK_KANA;