8 references to Add
System.Windows.Forms (8)
winforms\Managed\System\WinForms\DataGrid.cs (3)
7491
case Keys.
Add
:
7871
case Keys.
Add
:
8225
case Keys.
Add
:
winforms\Managed\System\WinForms\DataGridTextBox.cs (1)
178
case Keys.
Add
:
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
2998
case Keys.
Add
:
3008
bool expand = (keyCode == Keys.
Add
|| keyCode == Keys.Oemplus);
winforms\Managed\System\WinForms\SendKeys.cs (2)
82
new KeywordVk("ADD", (int)Keys.
Add
),
85
new KeywordVk("+", (int)Keys.
Add
),