10 writes to Handled
System.Windows.Forms (8)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
2567e.Handled = false; 2572e.Handled = true;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
2546e.Handled = FilterReadOnlyEditKeyPress(e.KeyChar);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewTextBox.cs (1)
157e.Handled = true;
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
2012e.Handled = true;
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
2445e.Handled = true;
System\Windows\Forms\Controls\UpDown\DomainUpDown.cs (1)
360e.Handled = true;
System\Windows\Forms\Controls\UpDown\NumericUpDown.cs (1)
486e.Handled = true;
System.Windows.Forms.Design (2)
System\ComponentModel\Design\ObjectSelectorEditor.Selector.cs (1)
120e.Handled = true;
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (1)
1049e.Handled = true;
4 references to Handled
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (1)
9702return kpe.Handled;
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2558if (!e.Handled && (e.KeyChar == (char)(int)Keys.Return || e.KeyChar == (char)(int)Keys.Escape)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
15729if (e.Handled)
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
2437if (e.Handled)