2 implementations of OnPosRectChange
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (1)
442
HRESULT IOleInPlaceSite.Interface.
OnPosRectChange
(RECT* lprcPosRect)
System\Windows\Forms\Controls\WebBrowser\WebBrowserSiteBase.cs (1)
306
HRESULT IOleInPlaceSite.Interface.
OnPosRectChange
(RECT* lprcPosRect) => OnActiveXRectChange(lprcPosRect);
3 references to OnPosRectChange
System.Windows.Forms.Primitives (3)
Windows.Win32.IOleInPlaceSite.g.cs (1)
467
return __object.
OnPosRectChange
(lprcPosRect);
Windows.Win32.System_Ole_IOleInPlaceSite_Extensions.g.cs (2)
49
/// <inheritdoc cref="winmdroot.System.Ole.IOleInPlaceSite.Interface.
OnPosRectChange
(winmdroot.Foundation.RECT*)"/>
54
winmdroot.Foundation.HRESULT __result = @this.
OnPosRectChange
(lprcPosRectLocal);