28 writes to Handled
System.Windows.Forms (8)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
2476
e.
Handled
= false;
2481
e.
Handled
= true;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
2522
e.
Handled
= FilterReadOnlyEditKeyPress(e.KeyChar);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewTextBox.cs (1)
154
e.
Handled
= true;
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
2018
e.
Handled
= true;
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
2308
e.
Handled
= true;
System\Windows\Forms\Controls\UpDown\DomainUpDown.cs (1)
362
e.
Handled
= true;
System\Windows\Forms\Controls\UpDown\NumericUpDown.cs (1)
484
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)
1054
e.
Handled
= true;
System.Windows.Forms.Tests (18)
System\Windows\Forms\ControlTests.Methods.cs (8)
5705
e.
Handled
= handled;
5752
e.
Handled
= handled;
5809
e.
Handled
= handled;
5853
e.
Handled
= true;
5910
e.
Handled
= true;
5996
e.
Handled
= handled;
6043
e.
Handled
= handled;
6100
e.
Handled
= handled;
System\Windows\Forms\DataGridViewTextBoxEditingControlTests.cs (8)
1551
e.
Handled
= handled;
1598
e.
Handled
= handled;
1655
e.
Handled
= handled;
1699
e.
Handled
= true;
1756
e.
Handled
= true;
1842
e.
Handled
= handled;
1889
e.
Handled
= handled;
1946
e.
Handled
= handled;
System\Windows\Forms\KeyPressEventArgsTests.cs (1)
38
Handled
= value
System\Windows\Forms\TreeViewTests.cs (1)
5869
e.
Handled
= handled;
10 references to Handled
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (1)
8855
return kpe.
Handled
;
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2467
if (!e.
Handled
&& (e.KeyChar == (char)(int)Keys.Return || e.KeyChar == (char)(int)Keys.Escape)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
15718
if (e.
Handled
)
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
2300
if (e.
Handled
)
System.Windows.Forms.Tests (6)
System\Windows\Forms\KeyPressEventArgsTests.cs (2)
16
Assert.False(e.
Handled
);
40
Assert.Equal(value, e.
Handled
);
System\Windows\Forms\TreeViewTests.cs (2)
5877
Assert.Equal(expectedHandled, eventArgs.
Handled
);
5883
Assert.Equal(expectedHandled, eventArgs.
Handled
);
System\Windows\Forms\UpDownBaseTests.cs (2)
2450
Assert.False(eventArgs?.
Handled
?? false);
2456
Assert.False(eventArgs?.
Handled
?? false);