13 references to Prior
System.Windows.Forms (13)
winforms\Managed\System\WinForms\DataGrid.cs (3)
7487case Keys.Prior: 7933case Keys.Prior: 8215case Keys.Prior:
winforms\Managed\System\WinForms\DataGridTextBox.cs (1)
175case Keys.Prior:
winforms\Managed\System\WinForms\DataGridViewMethods.cs (4)
10298case Keys.Prior: 16176case Keys.Prior: 22406case Keys.Prior: 24674case Keys.Prior:
winforms\Managed\System\WinForms\DataGridViewTextBoxEditingControl.cs (1)
207case Keys.Prior:
winforms\Managed\System\WinForms\Keys.cs (1)
302PageUp = Prior,
winforms\Managed\System\WinForms\KeysConverter.cs (1)
69AddKey(SR.GetString(SR.toStringPageUp), Keys.Prior);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
3028case Keys.Prior: //PAGE_UP:
winforms\Managed\System\WinForms\SendKeys.cs (1)
49new KeywordVk("PGUP", (int)Keys.Prior),