10 references to KeyPress
System.Windows.Forms.Tests (10)
System\Windows\Forms\AccessibleObjects\ListViewGroup.ListViewGroupAccessibleObjectTests.cs (8)
762KeyboardSimulator.KeyPress(listView, Keys.Up); 763KeyboardSimulator.KeyPress(listView, Keys.Left); 768KeyboardSimulator.KeyPress(listView, Keys.Left); 774KeyboardSimulator.KeyPress(listView, Keys.Right); 779KeyboardSimulator.KeyPress(listView, Keys.Right); 812KeyboardSimulator.KeyPress(listView, Keys.Down); 817KeyboardSimulator.KeyPress(listView, Keys.Up); 827KeyboardSimulator.KeyPress(listView, Keys.Left);
System\Windows\Forms\ComboBoxTests.cs (1)
2610KeyboardSimulator.KeyPress(comboBox, key);
System\Windows\Forms\ListViewTests.cs (1)
4681KeyboardSimulator.KeyPress(control, Keys.Enter);