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