Base:
method
SetBoundsCore
System.Windows.Forms.Control.SetBoundsCore(System.Int32, System.Int32, System.Int32, System.Int32, System.Windows.Forms.BoundsSpecified)
1 reference to SetBoundsCore
System.Windows.Forms.Tests (1)
TextBoxBaseTests.cs (1)
7781public new void SetBoundsCore(int x, int y, int width, int height, BoundsSpecified specified) => base.SetBoundsCore(x, y, width, height, specified);