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