4 references to UpdateBounds
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.cs (1)
1207
UpdateBounds
(x, y, width, height);
System\Windows\Forms\Control.cs (1)
10039
UpdateBounds
(x, y, width, height);
System.Windows.Forms.Tests (2)
System\Windows\Forms\ControlTests.cs (1)
1438
public new void UpdateBounds(int x, int y, int width, int height) => base.
UpdateBounds
(x, y, width, height);
System\Windows\Forms\ControlTests.Methods.cs (1)
10184
public new void UpdateBounds(int x, int y, int width, int height) => base.
UpdateBounds
(x, y, width, height);