10 writes to Handled
System.Windows.Forms (8)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
2470
e.
Handled
= false;
2475
e.
Handled
= true;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
2546
e.
Handled
= FilterReadOnlyEditKeyPress(e.KeyChar);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewTextBox.cs (1)
157
e.
Handled
= true;
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
2012
e.
Handled
= true;
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
2302
e.
Handled
= true;
System\Windows\Forms\Controls\UpDown\DomainUpDown.cs (1)
354
e.
Handled
= true;
System\Windows\Forms\Controls\UpDown\NumericUpDown.cs (1)
480
e.
Handled
= true;
System.Windows.Forms.Design (2)
System\ComponentModel\Design\ObjectSelectorEditor.Selector.cs (1)
120
e.
Handled
= true;
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (1)
1049
e.
Handled
= true;
4 references to Handled
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (1)
8973
return kpe.
Handled
;
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2461
if (!e.
Handled
&& (e.KeyChar == (char)(int)Keys.Return || e.KeyChar == (char)(int)Keys.Escape)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
15729
if (e.
Handled
)
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
2294
if (e.
Handled
)