30 writes to Handled
System.Windows.Forms (21)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (2)
1179
kevent.
Handled
= true;
1211
kevent.
Handled
= true;
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
15783
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)
772
e.
Handled
= true;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (6)
2525
e.
Handled
= true;
2733
e.
Handled
= true;
2747
e.
Handled
= true;
2855
e.
Handled
= true;
2868
e.
Handled
= false;
2973
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)
2280
e.
Handled
= true;
2300
e.
Handled
= true;
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (2)
695
e.
Handled
= true;
702
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)
9771
return ke.
Handled
;
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (3)
15735
if (e.
Handled
)
15757
if (!e.
Handled
)
15821
if (e.
Handled
)
System\Windows\Forms\Controls\TreeView\TreeView.cs (2)
2261
if (e.
Handled
)
2292
if (e.
Handled
)