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)
416public new void OnHandleDestroyed(EventArgs e) => base.OnHandleDestroyed(e);
System\Windows\Forms\Design\ComponentEditorFormTests.cs (1)
460public new void OnHandleDestroyed(EventArgs e) => base.OnHandleDestroyed(e);
System\Windows\Forms\FormTests.cs (1)
2770public new void OnHandleDestroyed(EventArgs e) => base.OnHandleDestroyed(e);