1 override of OnBoundsUpdate
System.Windows.Forms (1)
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (1)
191
internal override unsafe void
OnBoundsUpdate
(int x, int y, int width, int height)
2 references to OnBoundsUpdate
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (1)
10066
OnBoundsUpdate
(x, y, width, height);
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (1)
211
base.
OnBoundsUpdate
(x, y, width, height);