10 writes to Handled
System.Windows.Forms (8)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
2470e.Handled = false; 2475e.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)
2302e.Handled = true;
System\Windows\Forms\Controls\UpDown\DomainUpDown.cs (1)
354e.Handled = true;
System\Windows\Forms\Controls\UpDown\NumericUpDown.cs (1)
480e.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)
8973return kpe.Handled;
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2461if (!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)
2294if (e.Handled)