13 references to HandleDestroyed
System.Windows.Forms (13)
winforms\Managed\System\WinForms\ApplicationContext.cs (3)
60
mainForm.
HandleDestroyed
-= onClose;
66
mainForm.
HandleDestroyed
+= onClose;
154
form.
HandleDestroyed
-= new EventHandler(OnMainFormDestroy);
winforms\Managed\System\WinForms\Control.cs (1)
8860
/// <para>Raises the <see cref='System.Windows.Forms.Control.
HandleDestroyed
'/> event.</para>
winforms\Managed\System\WinForms\ErrorProvider.cs (2)
1348
this.control.
HandleDestroyed
+= new EventHandler(OnDestroyHandle);
1358
control.
HandleDestroyed
-= new EventHandler(OnDestroyHandle);
winforms\Managed\System\WinForms\PropertyGridInternal\GridToolTip.cs (1)
44
controls[i].
HandleDestroyed
+= new EventHandler(this.OnControlDestroyHandle);
winforms\Managed\System\WinForms\ToolTip.cs (6)
624
baseVar.
HandleDestroyed
+= new EventHandler(this.TopLevelDestroyed);
865
this.topLevelControl.
HandleDestroyed
-= new EventHandler(this.TopLevelDestroyed);
1367
regions[i].
HandleDestroyed
-= new EventHandler(this.HandleDestroyed);
1463
control.
HandleDestroyed
+= new EventHandler(this.HandleDestroyed);
1491
control.
HandleDestroyed
-= new EventHandler(this.HandleDestroyed);
2528
control.
HandleDestroyed
-= new EventHandler(this.HandleDestroyed);