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