30 writes to Handled
System.Windows.Forms (21)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (2)
1194
kevent.
Handled
= true;
1226
kevent.
Handled
= true;
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
15718
e.
Handled
= ProcessDataGridViewKey(e);
System\Windows\Forms\Controls\DataGridView\DataGridViewButtonCell.cs (2)
464
e.
Handled
= true;
488
e.
Handled
= true;
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.cs (2)
815
e.
Handled
= true;
839
e.
Handled
= true;
System\Windows\Forms\Controls\DataGridView\DataGridViewLinkCell.cs (1)
742
e.
Handled
= true;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (6)
2519
e.
Handled
= true;
2727
e.
Handled
= true;
2741
e.
Handled
= true;
2849
e.
Handled
= true;
2862
e.
Handled
= false;
2967
e.
Handled
= false;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewTextBox.cs (1)
146
e.
Handled
= true;
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
1768
ke.
Handled
= true;
System\Windows\Forms\Controls\TreeView\TreeView.cs (2)
2263
e.
Handled
= true;
2283
e.
Handled
= true;
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (2)
599
e.
Handled
= true;
606
e.
Handled
= true;
System\Windows\Forms\Input\KeyEventArgs.cs (1)
87
Handled
= value;
System.Windows.Forms.Design (9)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs (1)
201
e.
Handled
= true;
System\ComponentModel\Design\DesignerActionPanel.TextBoxPropertyLine.cs (3)
191
e.
Handled
= true;
221
e.
Handled
= true;
266
e.
Handled
= true;
System\ComponentModel\Design\ObjectSelectorEditor.Selector.cs (2)
100
e.
Handled
= true;
107
e.
Handled
= true;
System\Drawing\Design\SelectionPanelBase.cs (1)
89
e.
Handled
= true;
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (1)
1037
e.
Handled
= true;
System\Windows\Forms\Design\StringCollectionEditor.StringCollectionForm.cs (1)
44
e.
Handled
= true;
6 references to Handled
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (1)
8984
return ke.
Handled
;
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (3)
15670
if (e.
Handled
)
15692
if (!e.
Handled
)
15756
if (e.
Handled
)
System\Windows\Forms\Controls\TreeView\TreeView.cs (2)
2244
if (e.
Handled
)
2275
if (e.
Handled
)