2 references to TopLevelDestroyed
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolTip.cs (2)
624
baseVar.HandleDestroyed += new EventHandler(this.
TopLevelDestroyed
);
865
this.topLevelControl.HandleDestroyed -= new EventHandler(this.
TopLevelDestroyed
);