14 references to A
System.Windows.Forms (14)
winforms\Managed\System\WinForms\DataGrid.cs (3)
7496
case Keys.
A
:
8157
case Keys.
A
:
8231
case Keys.
A
:
winforms\Managed\System\WinForms\DataGridTextBox.cs (1)
202
case Keys.
A
:
winforms\Managed\System\WinForms\DataGridViewMethods.cs (3)
10260
case Keys.
A
:
16161
case Keys.
A
:
24719
case Keys.
A
:
winforms\Managed\System\WinForms\DataGridViewTextBoxEditingControl.cs (1)
313
case Keys.
A
:
winforms\Managed\System\WinForms\KeysConverter.cs (1)
34
private const Keys FirstAscii = System.Windows.Forms.Keys.
A
;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
3096
case Keys.
A
:
6745
case Keys.
A
:
winforms\Managed\System\WinForms\Shortcut.cs (2)
36
CtrlA = Keys.Control + Keys.
A
,
218
CtrlShiftA = Keys.Control + Keys.Shift + Keys.
A
,
winforms\Managed\System\WinForms\TextBox.cs (1)
715
&& this.ShortcutsEnabled && (keyData == (Keys.Control | Keys.
A
))) {