8 references to Add
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
2796case Keys.Add: 2807bool expand = keyCode is Keys.Add or Keys.Oemplus;
System\Windows\Forms\SendKeys\SendKeys.cs (2)
67new("ADD", Keys.Add), 70new("+", Keys.Add),
System.Windows.Forms.Tests (4)
System\Windows\Forms\KeysConverterTests.cs (3)
60[InlineData(Keys.Control | Keys.Add, "Ctrl+Add")] 90yield return new object[] { "it-IT", Keys.Control | Keys.Add, new Enum[] { Keys.Control, Keys.Add } };
System\Windows\Forms\ToolStripMenuItemTests.cs (1)
126[InlineData(Keys.Control | Keys.Add)]