5 references to HandleDestroyed
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ToolTip.cs (5)
1367
regions[i].HandleDestroyed -= new EventHandler(this.
HandleDestroyed
);
1463
control.HandleDestroyed += new EventHandler(this.
HandleDestroyed
);
1491
control.HandleDestroyed -= new EventHandler(this.
HandleDestroyed
);
1494
HandleDestroyed
(control, EventArgs.Empty);
2528
control.HandleDestroyed -= new EventHandler(this.
HandleDestroyed
);