13 references to HandleDestroyed
System.Windows.Forms (13)
winforms\Managed\System\WinForms\ApplicationContext.cs (3)
60mainForm.HandleDestroyed -= onClose; 66mainForm.HandleDestroyed += onClose; 154form.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)
1348this.control.HandleDestroyed += new EventHandler(OnDestroyHandle); 1358control.HandleDestroyed -= new EventHandler(OnDestroyHandle);
winforms\Managed\System\WinForms\PropertyGridInternal\GridToolTip.cs (1)
44controls[i].HandleDestroyed += new EventHandler(this.OnControlDestroyHandle);
winforms\Managed\System\WinForms\ToolTip.cs (6)
624baseVar.HandleDestroyed += new EventHandler(this.TopLevelDestroyed); 865this.topLevelControl.HandleDestroyed -= new EventHandler(this.TopLevelDestroyed); 1367regions[i].HandleDestroyed -= new EventHandler(this.HandleDestroyed); 1463control.HandleDestroyed += new EventHandler(this.HandleDestroyed); 1491control.HandleDestroyed -= new EventHandler(this.HandleDestroyed); 2528control.HandleDestroyed -= new EventHandler(this.HandleDestroyed);