2 implementations of Interface
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (1)
22IOleInPlaceSite.Interface,
System\Windows\Forms\Controls\WebBrowser\WebBrowserSiteBase.cs (1)
25IOleInPlaceSite.Interface,
48 references to Interface
System.Windows.Forms (30)
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (15)
333=> ((IOleInPlaceSite.Interface)this).GetWindow(phwnd); 336=> ((IOleInPlaceSite.Interface)this).ContextSensitiveHelp(fEnterMode); 338HRESULT IOleInPlaceSite.Interface.GetWindow(HWND* phwnd) 349HRESULT IOleInPlaceSite.Interface.ContextSensitiveHelp(BOOL fEnterMode) => HRESULT.E_NOTIMPL; 351HRESULT IOleInPlaceSite.Interface.CanInPlaceActivate() => HRESULT.S_OK; 353HRESULT IOleInPlaceSite.Interface.OnInPlaceActivate() 361HRESULT IOleInPlaceSite.Interface.OnUIActivate() 368HRESULT IOleInPlaceSite.Interface.GetWindowContext( 408HRESULT IOleInPlaceSite.Interface.Scroll(SIZE scrollExtant) => HRESULT.S_FALSE; 410HRESULT IOleInPlaceSite.Interface.OnUIDeactivate(BOOL fUndoable) 421HRESULT IOleInPlaceSite.Interface.OnInPlaceDeactivate() 425((IOleInPlaceSite.Interface)this).OnUIDeactivate(fUndoable: false).AssertSuccess(); 434HRESULT IOleInPlaceSite.Interface.DiscardUndoState() => HRESULT.S_OK; 436HRESULT IOleInPlaceSite.Interface.DeactivateAndUndo() 442HRESULT IOleInPlaceSite.Interface.OnPosRectChange(RECT* lprcPosRect)
System\Windows\Forms\Controls\WebBrowser\WebBrowserSiteBase.cs (15)
214unsafe HRESULT IOleInPlaceSite.Interface.GetWindow(HWND* phwnd) 225HRESULT IOleInPlaceSite.Interface.ContextSensitiveHelp(BOOL fEnterMode) => HRESULT.E_NOTIMPL; 227HRESULT IOleInPlaceSite.Interface.CanInPlaceActivate() => HRESULT.S_OK; 229HRESULT IOleInPlaceSite.Interface.OnInPlaceActivate() 237HRESULT IOleInPlaceSite.Interface.OnUIActivate() 244HRESULT IOleInPlaceSite.Interface.GetWindowContext( 277HRESULT IOleInPlaceSite.Interface.Scroll(SIZE scrollExtant) => HRESULT.S_FALSE; 279HRESULT IOleInPlaceSite.Interface.OnUIDeactivate(BOOL fUndoable) 290HRESULT IOleInPlaceSite.Interface.OnInPlaceDeactivate() 294((IOleInPlaceSite.Interface)this).OnUIDeactivate(false); 302HRESULT IOleInPlaceSite.Interface.DiscardUndoState() => HRESULT.S_OK; 304HRESULT IOleInPlaceSite.Interface.DeactivateAndUndo() => Host.AXInPlaceObject!.UIDeactivate(); 306HRESULT IOleInPlaceSite.Interface.OnPosRectChange(RECT* lprcPosRect) => OnActiveXRectChange(lprcPosRect); 419=> ((IOleInPlaceSite.Interface)this).GetWindow(phwnd); 422=> ((IOleInPlaceSite.Interface)this).ContextSensitiveHelp(fEnterMode);
System.Windows.Forms.Primitives (18)
Windows.Win32.IOleInPlaceSite.g.cs (12)
72 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 97 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 122 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 157 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 191 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 241 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 280 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 315 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 350 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 384 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 418 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 462 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object);
Windows.Win32.System_Ole_IOleInPlaceSite_Extensions.g.cs (6)
23 /// <inheritdoc cref="winmdroot.System.Ole.IOleInPlaceSite.Interface.GetWindow(winmdroot.Foundation.HWND*)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT GetWindow(this winmdroot.System.Ole.IOleInPlaceSite.Interface @this, out winmdroot.Foundation.HWND phwnd) 33 /// <inheritdoc cref="winmdroot.System.Ole.IOleInPlaceSite.Interface.GetWindowContext(winmdroot.System.Ole.IOleInPlaceFrame**, winmdroot.System.Ole.IOleInPlaceUIWindow**, winmdroot.Foundation.RECT*, winmdroot.Foundation.RECT*, winmdroot.System.Ole.OLEINPLACEFRAMEINFO*)"/> 34 internal static unsafe winmdroot.Foundation.HRESULT GetWindowContext(this winmdroot.System.Ole.IOleInPlaceSite.Interface @this, winmdroot.System.Ole.IOleInPlaceFrame** ppFrame, winmdroot.System.Ole.IOleInPlaceUIWindow** ppDoc, out winmdroot.Foundation.RECT lprcPosRect, out winmdroot.Foundation.RECT lprcClipRect, ref winmdroot.System.Ole.OLEINPLACEFRAMEINFO lpFrameInfo) 49 /// <inheritdoc cref="winmdroot.System.Ole.IOleInPlaceSite.Interface.OnPosRectChange(winmdroot.Foundation.RECT*)"/> 50 internal static unsafe winmdroot.Foundation.HRESULT OnPosRectChange(this winmdroot.System.Ole.IOleInPlaceSite.Interface @this, in winmdroot.Foundation.RECT lprcPosRect)