4 references to Add
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
2835case Keys.Add: 2846bool expand = keyCode is Keys.Add or Keys.Oemplus;
System\Windows\Forms\SendKeys\SendKeys.cs (2)
67new("ADD", Keys.Add), 70new("+", Keys.Add),