10 references to KeyPress
System.Windows.Forms.Tests (10)
System\Windows\Forms\AccessibleObjects\ListViewGroup.ListViewGroupAccessibleObjectTests.cs (8)
760KeyboardSimulator.KeyPress(listView, Keys.Up); 761KeyboardSimulator.KeyPress(listView, Keys.Left); 766KeyboardSimulator.KeyPress(listView, Keys.Left); 772KeyboardSimulator.KeyPress(listView, Keys.Right); 777KeyboardSimulator.KeyPress(listView, Keys.Right); 810KeyboardSimulator.KeyPress(listView, Keys.Down); 815KeyboardSimulator.KeyPress(listView, Keys.Up); 825KeyboardSimulator.KeyPress(listView, Keys.Left);
System\Windows\Forms\ComboBoxTests.cs (1)
2609KeyboardSimulator.KeyPress(comboBox, key);
System\Windows\Forms\ListViewTests.cs (1)
4679KeyboardSimulator.KeyPress(control, Keys.Enter);