6 references to SendInput
System.Windows.Forms (6)
System\Windows\Forms\SendKeys\SendKeys.cs (6)
689eventsSent += PInvoke.SendInput(currentInput, INPUTSize) - 1; 711eventsSent += PInvoke.SendInput(currentInput[..1], INPUTSize); 872PInvoke.SendInput(keyboardInput, INPUTSize); 879PInvoke.SendInput(keyboardInput, INPUTSize); 886PInvoke.SendInput(keyboardInput, INPUTSize); 893PInvoke.SendInput(keyboardInput, INPUTSize);