1 override of OnBoundsUpdate
System.Windows.Forms (1)
winforms\Managed\System\WinForms\WebBrowserBase.cs (1)
249internal override void OnBoundsUpdate(int x, int y, int width, int height)
2 references to OnBoundsUpdate
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (1)
11896OnBoundsUpdate(x, y, width, height);
winforms\Managed\System\WinForms\WebBrowserBase.cs (1)
265base.OnBoundsUpdate(x, y, width, height);