2 implementations of Interface
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (1)
22
IOleInPlaceSite.
Interface
,
System\Windows\Forms\Controls\WebBrowser\WebBrowserSiteBase.cs (1)
25
IOleInPlaceSite.
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);
338
HRESULT IOleInPlaceSite.
Interface
.GetWindow(HWND* phwnd)
349
HRESULT IOleInPlaceSite.
Interface
.ContextSensitiveHelp(BOOL fEnterMode) => HRESULT.E_NOTIMPL;
351
HRESULT IOleInPlaceSite.
Interface
.CanInPlaceActivate() => HRESULT.S_OK;
353
HRESULT IOleInPlaceSite.
Interface
.OnInPlaceActivate()
361
HRESULT IOleInPlaceSite.
Interface
.OnUIActivate()
368
HRESULT IOleInPlaceSite.
Interface
.GetWindowContext(
408
HRESULT IOleInPlaceSite.
Interface
.Scroll(SIZE scrollExtant) => HRESULT.S_FALSE;
410
HRESULT IOleInPlaceSite.
Interface
.OnUIDeactivate(BOOL fUndoable)
421
HRESULT IOleInPlaceSite.
Interface
.OnInPlaceDeactivate()
425
((IOleInPlaceSite.
Interface
)this).OnUIDeactivate(fUndoable: false).AssertSuccess();
434
HRESULT IOleInPlaceSite.
Interface
.DiscardUndoState() => HRESULT.S_OK;
436
HRESULT IOleInPlaceSite.
Interface
.DeactivateAndUndo()
442
HRESULT IOleInPlaceSite.
Interface
.OnPosRectChange(RECT* lprcPosRect)
System\Windows\Forms\Controls\WebBrowser\WebBrowserSiteBase.cs (15)
214
unsafe HRESULT IOleInPlaceSite.
Interface
.GetWindow(HWND* phwnd)
225
HRESULT IOleInPlaceSite.
Interface
.ContextSensitiveHelp(BOOL fEnterMode) => HRESULT.E_NOTIMPL;
227
HRESULT IOleInPlaceSite.
Interface
.CanInPlaceActivate() => HRESULT.S_OK;
229
HRESULT IOleInPlaceSite.
Interface
.OnInPlaceActivate()
237
HRESULT IOleInPlaceSite.
Interface
.OnUIActivate()
244
HRESULT IOleInPlaceSite.
Interface
.GetWindowContext(
277
HRESULT IOleInPlaceSite.
Interface
.Scroll(SIZE scrollExtant) => HRESULT.S_FALSE;
279
HRESULT IOleInPlaceSite.
Interface
.OnUIDeactivate(BOOL fUndoable)
290
HRESULT IOleInPlaceSite.
Interface
.OnInPlaceDeactivate()
294
((IOleInPlaceSite.
Interface
)this).OnUIDeactivate(false);
302
HRESULT IOleInPlaceSite.
Interface
.DiscardUndoState() => HRESULT.S_OK;
304
HRESULT IOleInPlaceSite.
Interface
.DeactivateAndUndo() => Host.AXInPlaceObject!.UIDeactivate();
306
HRESULT 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)