48 references to Up
System.Windows.Forms (40)
winforms\Managed\System\WinForms\CheckedListBox.cs (1)
1058case Keys.Up:
winforms\Managed\System\WinForms\ContainerControl.cs (1)
1196case Keys.Up:
winforms\Managed\System\WinForms\Control.cs (2)
7652case Keys.Up: 16216|| IsKeyDown(Keys.Up)
winforms\Managed\System\WinForms\DataGrid.cs (3)
7482case Keys.Up: 7700case Keys.Up: 8213case Keys.Up:
winforms\Managed\System\WinForms\DataGridTextBox.cs (1)
161case Keys.Up:
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (2)
1763((e.KeyCode == Keys.Down || e.KeyCode == Keys.Up) && e.Alt)) && 1764(!e.Alt || (e.KeyCode == Keys.Down || e.KeyCode == Keys.Up)) &&
winforms\Managed\System\WinForms\DataGridViewComboBoxEditingControl.cs (1)
150(keyData & Keys.KeyCode) == Keys.Up ||
winforms\Managed\System\WinForms\DataGridViewMethods.cs (4)
10291case Keys.Up: 16180case Keys.Up: 22410case Keys.Up: 24662case Keys.Up:
winforms\Managed\System\WinForms\DataGridViewTextBoxEditingControl.cs (1)
190case Keys.Up:
winforms\Managed\System\WinForms\LinkLabel.cs (1)
1563case Keys.Up:
winforms\Managed\System\WinForms\NumericUpDown.cs (2)
494if (base.InterceptArrowKeys && (e.KeyCode == Keys.Up || e.KeyCode == Keys.Down) && !this.Spinning) { 505if (base.InterceptArrowKeys && (e.KeyCode == Keys.Up || e.KeyCode == Keys.Down)) {
winforms\Managed\System\WinForms\Printing\PrintPreviewControl.cs (1)
863case Keys.Up:
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
1617case Keys.Up:
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (7)
2697if (keyCode == Keys.Up) { 2719if (!fAlt && (ke.KeyCode == Keys.Up || ke.KeyCode == Keys.Down)) { 2934if (keyCode == Keys.Up && fAlt && DropDownButton.Visible && (dropDownHolder != null) && dropDownHolder.Visible) { 2945case Keys.Up: 2947int pos = (keyCode == Keys.Up ? selectedRow - 1 : selectedRow + 1); 3148(keyCode == Keys.Up || keyCode == Keys.Down)) 4023case Keys.Up:
winforms\Managed\System\WinForms\SendKeys.cs (1)
47new KeywordVk("UP", (int)Keys.Up),
winforms\Managed\System\WinForms\Shortcut.cs (1)
790AltUpArrow = Keys.Alt + Keys.Up,
winforms\Managed\System\WinForms\SplitContainer.cs (4)
1144e.KeyData == Keys.Left || e.KeyData == Keys.Up 1151if (e.KeyData == Keys.Left || e.KeyData == Keys.Up && splitterFocused) { 1200e.KeyData == Keys.Left || e.KeyData == Keys.Up 2419case Keys.Up:
winforms\Managed\System\WinForms\ToolStrip.cs (2)
2957case Keys.Up: 3190case Keys.Up:
winforms\Managed\System\WinForms\ToolStripComboBox.cs (2)
751if ((keyData & Keys.Down) == Keys.Down || (keyData & Keys.Up) == Keys.Up) {
winforms\Managed\System\WinForms\ToolStripDropDownItem.cs (1)
554if (isToplevel && (keyCode == Keys.Down || keyCode == Keys.Up || keyCode == Keys.Enter || (SupportsSpaceKey && keyCode == Keys.Space))) {
winforms\Managed\System\WinForms\UpDownBase.cs (1)
870if (e.KeyData == Keys.Up) {
System.Workflow.Activities (1)
Rules\Design\Dialogs\IntellisenseTextBox.cs (1)
186else if (e.KeyCode == Keys.Up)
System.Workflow.ComponentModel (7)
AuthoringOM\Design\CommandSet.cs (1)
592key = Keys.Up;
AuthoringOM\Design\CompositeActivityDesigner.cs (1)
1387else if (e.KeyCode == Keys.Up ||
AuthoringOM\Design\DesignerWidgets.cs (2)
1146else if (e.KeyCode == Keys.Up || e.KeyCode == Keys.Down) 1156if (e.KeyCode == Keys.Up)
AuthoringOM\Design\FreeFormDesigner.cs (2)
967if (e.KeyCode == Keys.Left || e.KeyCode == Keys.Right || e.KeyCode == Keys.Up || e.KeyCode == Keys.Down) 976else if (e.KeyCode == Keys.Up)
AuthoringOM\Design\MessageFilters\WindowManager.cs (1)
295else if (eventArgs.KeyCode == Keys.Left || eventArgs.KeyCode == Keys.Right || eventArgs.KeyCode == Keys.Up || eventArgs.KeyCode == Keys.Down || eventArgs.KeyCode == Keys.Tab)