3 references to SendKeyboardInputVK
System.Windows.Forms.Primitives (2)
System\Windows\Forms\Automation\UiaTextRange.cs (2)
613UiaTextProvider.SendKeyboardInputVK(key, true); 622UiaTextProvider.SendKeyboardInputVK(key, true);
System.Windows.Forms.Primitives.Tests (1)
System\Windows\Forms\Automation\UiaTextProviderTests.cs (1)
108int actual = UiaTextProvider.SendKeyboardInputVK(VIRTUAL_KEY.VK_LEFT, true);