110 references to HandleDestroyed
System.Windows.Forms (13)
System\Windows\Forms\ApplicationContext.cs (3)
60
_mainForm.
HandleDestroyed
-= onClose;
67
_mainForm.
HandleDestroyed
+= onClose;
144
form.
HandleDestroyed
-= OnMainFormDestroy;
System\Windows\Forms\Control.cs (1)
7415
/// Raises the <see cref="
HandleDestroyed
"/> event.
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridToolTip.cs (1)
22
controls[i].
HandleDestroyed
+= OnControlDestroyHandle;
System\Windows\Forms\ErrorProvider\ErrorProvider.ControlItem.cs (2)
37
_control.
HandleDestroyed
+= OnDestroyHandle;
60
_control.
HandleDestroyed
-= OnDestroyHandle;
System\Windows\Forms\ToolTip\ToolTip.cs (6)
524
currentTopLevel.
HandleDestroyed
+= TopLevelDestroyed;
687
_topLevelControl.
HandleDestroyed
-= TopLevelDestroyed;
1156
control.
HandleDestroyed
-= HandleDestroyed;
1232
control.
HandleDestroyed
+= HandleDestroyed;
1254
control.
HandleDestroyed
-= HandleDestroyed;
2251
control.
HandleDestroyed
-= HandleDestroyed;
System.Windows.Forms.Design.Tests (4)
System\ComponentModel\Design\ByteViewerTests.cs (4)
270
control.
HandleDestroyed
+= handler;
276
control.
HandleDestroyed
-= handler;
297
control.
HandleDestroyed
+= handler;
303
control.
HandleDestroyed
-= handler;
System.Windows.Forms.Tests (93)
System\Windows\Forms\ButtonBaseTests.cs (4)
5439
control.
HandleDestroyed
+= handler;
5445
control.
HandleDestroyed
-= handler;
5466
control.
HandleDestroyed
+= handler;
5472
control.
HandleDestroyed
-= handler;
System\Windows\Forms\ButtonTests.cs (4)
2185
control.
HandleDestroyed
+= handler;
2191
control.
HandleDestroyed
-= handler;
2212
control.
HandleDestroyed
+= handler;
2218
control.
HandleDestroyed
-= handler;
System\Windows\Forms\ControlTests.Handlers.cs (16)
2318
control.
HandleDestroyed
+= handler;
2325
control.
HandleDestroyed
-= handler;
2358
control.
HandleDestroyed
+= handler;
2366
control.
HandleDestroyed
-= handler;
2401
control.
HandleDestroyed
+= handler;
2409
control.
HandleDestroyed
-= handler;
2434
control.
HandleDestroyed
+= handler;
2442
control.
HandleDestroyed
-= handler;
2466
control.
HandleDestroyed
+= handler;
2473
control.
HandleDestroyed
-= handler;
2499
control.
HandleDestroyed
+= handler;
2507
control.
HandleDestroyed
-= handler;
2534
control.
HandleDestroyed
+= handler;
2542
control.
HandleDestroyed
-= handler;
2569
control.
HandleDestroyed
+= handler;
2577
control.
HandleDestroyed
-= handler;
System\Windows\Forms\ControlTests.Methods.cs (5)
939
control.
HandleDestroyed
+= handler;
965
control.
HandleDestroyed
-= handler;
1207
control.
HandleDestroyed
+= (sender, e) => destroyedCallCount++;
1693
control.
HandleDestroyed
+= (sender, e) => destroyedCallCount++;
1756
control.
HandleDestroyed
+= (sender, e) => destroyedCallCount++;
System\Windows\Forms\Design\ComponentEditorFormTests.cs (4)
326
control.
HandleDestroyed
+= handler;
332
control.
HandleDestroyed
-= handler;
354
control.
HandleDestroyed
+= handler;
360
control.
HandleDestroyed
-= handler;
System\Windows\Forms\FormTests.cs (4)
2534
control.
HandleDestroyed
+= handler;
2540
control.
HandleDestroyed
-= handler;
2561
control.
HandleDestroyed
+= handler;
2567
control.
HandleDestroyed
-= handler;
System\Windows\Forms\MonthCalendarTests.cs (4)
3672
control.
HandleDestroyed
+= handler;
3678
control.
HandleDestroyed
-= handler;
3699
control.
HandleDestroyed
+= handler;
3705
control.
HandleDestroyed
-= handler;
System\Windows\Forms\PictureBoxTests.cs (4)
2259
control.
HandleDestroyed
+= handler;
2266
control.
HandleDestroyed
-= handler;
2289
control.
HandleDestroyed
+= handler;
2296
control.
HandleDestroyed
-= handler;
System\Windows\Forms\ProgressBarTests.cs (4)
2182
control.
HandleDestroyed
+= handler;
2189
control.
HandleDestroyed
-= handler;
2212
control.
HandleDestroyed
+= handler;
2219
control.
HandleDestroyed
-= handler;
System\Windows\Forms\PropertyGridTests.cs (4)
3580
control.
HandleDestroyed
+= handler;
3586
control.
HandleDestroyed
-= handler;
3608
control.
HandleDestroyed
+= handler;
3614
control.
HandleDestroyed
-= handler;
System\Windows\Forms\RadioButtonTests.cs (4)
981
control.
HandleDestroyed
+= handler;
987
control.
HandleDestroyed
-= handler;
1008
control.
HandleDestroyed
+= handler;
1014
control.
HandleDestroyed
-= handler;
System\Windows\Forms\SplitterTests.cs (4)
1769
control.
HandleDestroyed
+= handler;
1775
control.
HandleDestroyed
-= handler;
1802
control.
HandleDestroyed
+= handler;
1811
control.
HandleDestroyed
-= handler;
System\Windows\Forms\TabControlTests.cs (4)
4387
control.
HandleDestroyed
+= handler;
4393
control.
HandleDestroyed
-= handler;
4414
control.
HandleDestroyed
+= handler;
4420
control.
HandleDestroyed
-= handler;
System\Windows\Forms\TableLayoutPanelTests.cs (4)
1280
control.
HandleDestroyed
+= handler;
1286
control.
HandleDestroyed
-= handler;
1307
control.
HandleDestroyed
+= handler;
1313
control.
HandleDestroyed
-= handler;
System\Windows\Forms\ToolStripDropDownTests.cs (4)
3993
control.
HandleDestroyed
+= handler;
3999
control.
HandleDestroyed
-= handler;
4020
control.
HandleDestroyed
+= handler;
4026
control.
HandleDestroyed
-= handler;
System\Windows\Forms\TreeViewTests.cs (8)
6176
control.
HandleDestroyed
+= handler;
6183
control.
HandleDestroyed
-= handler;
6206
control.
HandleDestroyed
+= handler;
6213
control.
HandleDestroyed
-= handler;
6239
control.
HandleDestroyed
+= handler;
6247
control.
HandleDestroyed
-= handler;
6277
control.
HandleDestroyed
+= handler;
6285
control.
HandleDestroyed
-= handler;
System\Windows\Forms\UpDownBaseTests.cs (4)
1912
control.
HandleDestroyed
+= handler;
1919
control.
HandleDestroyed
-= handler;
1942
control.
HandleDestroyed
+= handler;
1949
control.
HandleDestroyed
-= handler;
TextBoxBaseTests.cs (4)
5438
control.
HandleDestroyed
+= handler;
5444
control.
HandleDestroyed
-= handler;
5486
control.
HandleDestroyed
+= handler;
5499
control.
HandleDestroyed
-= handler;
TextBoxTests.cs (4)
603
control.
HandleDestroyed
+= handler;
609
control.
HandleDestroyed
-= handler;
651
control.
HandleDestroyed
+= handler;
664
control.
HandleDestroyed
-= handler;