26 references to Delete
System.Windows.Forms (24)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2021if ((Keys)(int)m.WParamInternal == Keys.Delete)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (4)
10124case Keys.Delete: 15700case Keys.Delete: 21948Keys.Delete 24488case Keys.Delete:
System\Windows\Forms\Controls\DataGridView\DataGridViewTextBoxEditingControl.cs (1)
189case Keys.Delete:
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
2914case Keys.Delete:
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewTextBox.cs (1)
217case Keys.Delete:
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (9)
1163Delete(Keys.Delete, 0, _maskedTextProvider.Length); 1500Debug.Assert(keyCode is Keys.Delete or Keys.Back, $"Delete called with keyCode == {keyCode}"); 1556if (keyCode == Keys.Delete) 1893if (keyCode is Keys.Delete or Keys.Back) // Deletion keys. 1902if (keyCode == Keys.Delete) 1912if (keyCode == Keys.Delete) // delete to the end of the string. 2283Delete(Keys.Delete, selStart, selLength); 2701Delete(Keys.Delete, selStart, selLength); 2823Delete(Keys.Delete, startEditPos, selectionLen);
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.cs (1)
663else if (keyCode is Keys.Delete or Keys.Insert)
System\Windows\Forms\Input\KeysConverter.cs (1)
59AddLocalizedKey(nameof(SR.toStringDelete), Keys.Delete);
System\Windows\Forms\SendKeys\SendKeys.cs (2)
47new("DEL", Keys.Delete), 48new("DELETE", Keys.Delete),
System\Windows\Forms\Shortcut.cs (3)
530Del = Keys.Delete, 535CtrlDel = Keys.Control + Keys.Delete, 540ShiftDel = Keys.Shift + Keys.Delete,
System.Windows.Forms.Design (2)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (1)
650case Keys.Delete:
System\Windows\Forms\Design\ShortcutKeysEditor.ShortcutKeysUI.cs (1)
22Keys.D8, Keys.D9, Keys.Delete, Keys.Down, Keys.E, Keys.End, Keys.F, Keys.F1, Keys.F10, Keys.F11,