17 references to Prior
System.Windows.Forms (9)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (4)
10127
case Keys.
Prior
:
15701
case Keys.
Prior
:
21955
or Keys.
Prior
24434
case Keys.
Prior
:
System\Windows\Forms\Controls\DataGridView\DataGridViewTextBoxEditingControl.cs (1)
185
case Keys.
Prior
:
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
2826
case Keys.
Prior
: // PAGE_UP
System\Windows\Forms\Input\Keys.cs (1)
200
PageUp =
Prior
,
System\Windows\Forms\Input\KeysConverter.cs (1)
61
AddLocalizedKey(nameof(SR.toStringPageUp), Keys.
Prior
);
System\Windows\Forms\SendKeys\SendKeys.cs (1)
34
new("PGUP", Keys.
Prior
),
System.Windows.Forms.Tests (8)
System\Windows\Forms\ControlTests.Methods.cs (3)
4401
yield return new object[] { Keys.
Prior
, false };
4431
yield return new object[] { Keys.Control | Keys.
Prior
, false };
4461
yield return new object[] { Keys.Alt | Keys.
Prior
, false };
System\Windows\Forms\DataGridViewTextBoxEditingControlTests.cs (2)
1030
yield return new object[] { RightToLeft.Yes, valueChanged, multiline, acceptsReturn, Keys.
Prior
, dataGridViewWantsInputKey, !dataGridViewWantsInputKey || valueChanged };
1031
yield return new object[] { RightToLeft.No, valueChanged, multiline, acceptsReturn, Keys.
Prior
, dataGridViewWantsInputKey, !dataGridViewWantsInputKey || valueChanged };
System\Windows\Forms\TabControlTests.cs (3)
4004
yield return new object[] { Keys.
Prior
, true };
4029
yield return new object[] { Keys.Control | Keys.
Prior
, true };
4058
yield return new object[] { Keys.Alt | Keys.
Prior
, false };