Base:
method
OnHandleDestroyed
System.Windows.Forms.Control.OnHandleDestroyed(System.EventArgs)
2 references to OnHandleDestroyed
System.Windows.Forms.Tests (2)
System\Windows\Forms\ToolStripDropDownTests.cs (1)
5198
public new void OnHandleDestroyed(EventArgs e) => base.
OnHandleDestroyed
(e);
System\Windows\Forms\ToolStripTests.cs (1)
7638
public new void OnHandleDestroyed(EventArgs e) => base.
OnHandleDestroyed
(e);