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