Base:
method
OnHandleDestroyed
System.Windows.Forms.TextBoxBase.OnHandleDestroyed(System.EventArgs)
2 references to OnHandleDestroyed
System.Windows.Forms.Tests (2)
TextBoxBaseTests.cs (1)
7755
public new void OnHandleDestroyed(EventArgs e) => base.
OnHandleDestroyed
(e);
TextBoxTests.cs (1)
768
public new void OnHandleDestroyed(EventArgs e) => base.
OnHandleDestroyed
(e);