8 references to Add
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
2796
case Keys.
Add
:
2807
bool expand = keyCode is Keys.
Add
or Keys.Oemplus;
System\Windows\Forms\SendKeys\SendKeys.cs (2)
67
new("ADD", Keys.
Add
),
70
new("+", Keys.
Add
),
System.Windows.Forms.Tests (4)
System\Windows\Forms\KeysConverterTests.cs (3)
60
[InlineData(Keys.Control | Keys.
Add
, "Ctrl+Add")]
90
yield 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
)]