4 references to UpdateBounds
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (2)
10729UpdateBounds( 10751UpdateBounds(x, y, width, height, clientWidth, clientHeight);
System.Windows.Forms.Tests (2)
System\Windows\Forms\ControlTests.cs (1)
1440public new void UpdateBounds(int x, int y, int width, int height, int clientWidth, int clientHeight) => base.UpdateBounds(x, y, width, height, clientWidth, clientHeight);
System\Windows\Forms\ControlTests.Methods.cs (1)
10186public new void UpdateBounds(int x, int y, int width, int height, int clientWidth, int clientHeight) => base.UpdateBounds(x, y, width, height, clientWidth, clientHeight);