Base:
method
OnHandleDestroyed
System.Windows.Forms.Control.OnHandleDestroyed(System.EventArgs)
3 references to OnHandleDestroyed
System.Windows.Forms.Tests (3)
System\Windows\Forms\ApplicationContextTests.cs (1)
416
public new void OnHandleDestroyed(EventArgs e) => base.
OnHandleDestroyed
(e);
System\Windows\Forms\Design\ComponentEditorFormTests.cs (1)
460
public new void OnHandleDestroyed(EventArgs e) => base.
OnHandleDestroyed
(e);
System\Windows\Forms\FormTests.cs (1)
2770
public new void OnHandleDestroyed(EventArgs e) => base.
OnHandleDestroyed
(e);