28 writes to Handled
System.Windows.Forms (8)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
2477
e.
Handled
= false;
2482
e.
Handled
= true;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
2523
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)
2018
e.
Handled
= true;
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
2308
e.
Handled
= true;
System\Windows\Forms\Controls\UpDown\DomainUpDown.cs (1)
358
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)
1052
e.
Handled
= true;
System.Windows.Forms.Tests (18)
System\Windows\Forms\ControlTests.Methods.cs (8)
5674
e.
Handled
= handled;
5721
e.
Handled
= handled;
5778
e.
Handled
= handled;
5822
e.
Handled
= true;
5879
e.
Handled
= true;
5965
e.
Handled
= handled;
6012
e.
Handled
= handled;
6069
e.
Handled
= handled;
System\Windows\Forms\DataGridViewTextBoxEditingControlTests.cs (8)
1553
e.
Handled
= handled;
1600
e.
Handled
= handled;
1657
e.
Handled
= handled;
1701
e.
Handled
= true;
1758
e.
Handled
= true;
1844
e.
Handled
= handled;
1891
e.
Handled
= handled;
1948
e.
Handled
= handled;
System\Windows\Forms\KeyPressEventArgsTests.cs (1)
40
Handled
= value
System\Windows\Forms\TreeViewTests.cs (1)
5871
e.
Handled
= handled;
10 references to Handled
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (1)
8894
return kpe.
Handled
;
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2468
if (!e.
Handled
&& (e.KeyChar == (char)(int)Keys.Return || e.KeyChar == (char)(int)Keys.Escape)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
15734
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)
18
Assert.False(e.
Handled
);
42
Assert.Equal(value, e.
Handled
);
System\Windows\Forms\TreeViewTests.cs (2)
5879
Assert.Equal(expectedHandled, eventArgs.
Handled
);
5885
Assert.Equal(expectedHandled, eventArgs.
Handled
);
System\Windows\Forms\UpDownBaseTests.cs (2)
2452
Assert.False(eventArgs?.
Handled
?? false);
2458
Assert.False(eventArgs?.
Handled
?? false);