2 implementations of OnPosRectChange
System.Windows.Forms (2)
winforms\Managed\System\WinForms\AxHost.cs (1)
4324
int UnsafeNativeMethods.IOleInPlaceSite.
OnPosRectChange
(NativeMethods.COMRECT lprcPosRect) {
winforms\Managed\System\WinForms\WebBrowserSiteBase.cs (1)
364
int UnsafeNativeMethods.IOleInPlaceSite.
OnPosRectChange
(NativeMethods.COMRECT lprcPosRect) {
2 references to OnPosRectChange
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (2)
18270
ioleClientSite.
OnPosRectChange
(NativeMethods.COMRECT.FromXYWH(bounds.X, bounds.Y, bounds.Width, bounds.Height));
18656
ioleClientSite.
OnPosRectChange
(rc);