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