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