13 references to HandleDestroyed
System.Windows.Forms (13)
System\Windows\Forms\ApplicationContext.cs (3)
58
_mainForm?.
HandleDestroyed
-= onClose;
60
_mainForm?.
HandleDestroyed
+= onClose;
136
form.
HandleDestroyed
-= OnMainFormDestroy;
System\Windows\Forms\Control.cs (1)
7507
/// 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;
2245
control.
HandleDestroyed
-= HandleDestroyed;