147 references to IOleInPlaceFrame
System.Windows.Forms (51)
System\Windows\Forms\ActiveX\AxHost.AxContainer.cs (22)
17
IOleInPlaceFrame
.Interface,
20
IManagedWrapper<IOleContainer,
IOleInPlaceFrame
, IOleInPlaceUIWindow, IOleWindow, IDispatch, IDispatchEx>
608
HRESULT
IOleInPlaceFrame
.Interface.GetWindow(HWND* phwnd)
619
HRESULT
IOleInPlaceFrame
.Interface.ContextSensitiveHelp(BOOL fEnterMode) => HRESULT.S_OK;
621
HRESULT
IOleInPlaceFrame
.Interface.GetBorder(RECT* lprectBorder) => HRESULT.E_NOTIMPL;
623
HRESULT
IOleInPlaceFrame
.Interface.RequestBorderSpace(RECT* pborderwidths) => HRESULT.E_NOTIMPL;
625
HRESULT
IOleInPlaceFrame
.Interface.SetBorderSpace(RECT* pborderwidths) => HRESULT.E_NOTIMPL;
638
HRESULT
IOleInPlaceFrame
.Interface.SetActiveObject(IOleInPlaceActiveObject* pActiveObject, PCWSTR pszObjName)
699
HRESULT
IOleInPlaceFrame
.Interface.InsertMenus(HMENU hmenuShared, OLEMENUGROUPWIDTHS* lpMenuWidths) => HRESULT.S_OK;
701
HRESULT
IOleInPlaceFrame
.Interface.SetMenu(HMENU hmenuShared, nint holemenu, HWND hwndActiveObject) => HRESULT.E_NOTIMPL;
703
HRESULT
IOleInPlaceFrame
.Interface.RemoveMenus(HMENU hmenuShared) => HRESULT.E_NOTIMPL;
705
HRESULT
IOleInPlaceFrame
.Interface.SetStatusText(PCWSTR pszStatusText) => HRESULT.E_NOTIMPL;
707
HRESULT
IOleInPlaceFrame
.Interface.EnableModeless(BOOL fEnable) => HRESULT.E_NOTIMPL;
709
HRESULT
IOleInPlaceFrame
.Interface.TranslateAccelerator(MSG* lpmsg, ushort wID) => HRESULT.S_FALSE;
712
=> ((
IOleInPlaceFrame
.Interface)this).GetWindow(phwnd);
715
=> ((
IOleInPlaceFrame
.Interface)this).ContextSensitiveHelp(fEnterMode);
718
=> ((
IOleInPlaceFrame
.Interface)this).GetBorder(lprectBorder);
721
=> ((
IOleInPlaceFrame
.Interface)this).RequestBorderSpace(pborderwidths);
724
=> ((
IOleInPlaceFrame
.Interface)this).SetBorderSpace(pborderwidths);
727
=> ((
IOleInPlaceFrame
.Interface)this).SetActiveObject(pActiveObject, pszObjName);
730
=> ((
IOleInPlaceFrame
.Interface)this).GetWindow(phwnd);
733
=> ((
IOleInPlaceFrame
.Interface)this).ContextSensitiveHelp(fEnterMode);
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (2)
369
IOleInPlaceFrame
** ppFrame,
392
*ppFrame = ComHelpers.GetComPointer<
IOleInPlaceFrame
>(_host.GetParentContainer());
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (2)
130
private AgileComPointer<
IOleInPlaceFrame
>? _inPlaceFrame;
837
IOleInPlaceFrame
* pFrame;
System\Windows\Forms\Controls\RichTextBox\RichTextBox.OleCallback.cs (1)
57
IOleInPlaceFrame
** lplpFrame,
System\Windows\Forms\Controls\WebBrowser\WebBrowser.WebBrowserSite.cs (1)
101
IOleInPlaceFrame
.Interface frame,
System\Windows\Forms\Controls\WebBrowser\WebBrowserContainer.cs (21)
11
internal unsafe class WebBrowserContainer : IOleContainer.Interface,
IOleInPlaceFrame
.Interface, IOleInPlaceUIWindow.Interface, IOleWindow.Interface
69
HRESULT
IOleInPlaceFrame
.Interface.GetWindow(HWND* phwnd)
80
HRESULT
IOleInPlaceFrame
.Interface.ContextSensitiveHelp(BOOL fEnterMode) => HRESULT.S_OK;
82
HRESULT
IOleInPlaceFrame
.Interface.GetBorder(RECT* lprectBorder) => HRESULT.E_NOTIMPL;
84
HRESULT
IOleInPlaceFrame
.Interface.RequestBorderSpace(RECT* pborderwidths) => HRESULT.E_NOTIMPL;
86
HRESULT
IOleInPlaceFrame
.Interface.SetBorderSpace(RECT* pborderwidths) => HRESULT.E_NOTIMPL;
88
HRESULT
IOleInPlaceFrame
.Interface.SetActiveObject(IOleInPlaceActiveObject* pActiveObject, PCWSTR pszObjName)
139
HRESULT
IOleInPlaceFrame
.Interface.InsertMenus(HMENU hmenuShared, OLEMENUGROUPWIDTHS* lpMenuWidths)
142
HRESULT
IOleInPlaceFrame
.Interface.SetMenu(HMENU hmenuShared, nint holemenu, HWND hwndActiveObject)
145
HRESULT
IOleInPlaceFrame
.Interface.RemoveMenus(HMENU hmenuShared) => HRESULT.E_NOTIMPL;
147
HRESULT
IOleInPlaceFrame
.Interface.SetStatusText(PCWSTR pszStatusText) => HRESULT.E_NOTIMPL;
149
HRESULT
IOleInPlaceFrame
.Interface.EnableModeless(BOOL fEnable) => HRESULT.E_NOTIMPL;
151
HRESULT
IOleInPlaceFrame
.Interface.TranslateAccelerator(MSG* lpmsg, ushort wID) => HRESULT.S_FALSE;
415
=> ((
IOleInPlaceFrame
.Interface)this).GetWindow(phwnd);
418
=> ((
IOleInPlaceFrame
.Interface)this).ContextSensitiveHelp(fEnterMode);
421
=> ((
IOleInPlaceFrame
.Interface)this).GetBorder(lprectBorder);
424
=> ((
IOleInPlaceFrame
.Interface)this).RequestBorderSpace(pborderwidths);
427
=> ((
IOleInPlaceFrame
.Interface)this).SetBorderSpace(pborderwidths);
430
=> ((
IOleInPlaceFrame
.Interface)this).SetActiveObject(pActiveObject, pszObjName);
433
=> ((
IOleInPlaceFrame
.Interface)this).GetWindow(phwnd);
436
=> ((
IOleInPlaceFrame
.Interface)this).ContextSensitiveHelp(fEnterMode);
System\Windows\Forms\Controls\WebBrowser\WebBrowserSiteBase.cs (2)
245
IOleInPlaceFrame
** ppFrame,
261
*ppFrame = ComHelpers.GetComPointer<
IOleInPlaceFrame
>(Host.GetParentContainer());
System.Windows.Forms.Design (1)
System\ComponentModel\Design\MultilineStringEditor.OleCallback.cs (1)
49
IOleInPlaceFrame
** lplpFrame,
System.Windows.Forms.Primitives (95)
_generated\205\Windows.Win32.IOleInPlaceFrame.g.cs (59)
27
:winmdroot.IVTable<
IOleInPlaceFrame
,
IOleInPlaceFrame
.Vtbl>,IComIID {
44
return ((delegate *unmanaged [Stdcall]<
IOleInPlaceFrame
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((
IOleInPlaceFrame
*)Unsafe.AsPointer(ref this), riid, ppvObject);
49
return ((delegate *unmanaged [Stdcall]<
IOleInPlaceFrame
*,uint>)lpVtbl[1])((
IOleInPlaceFrame
*)Unsafe.AsPointer(ref this));
54
return ((delegate *unmanaged [Stdcall]<
IOleInPlaceFrame
*,uint>)lpVtbl[2])((
IOleInPlaceFrame
*)Unsafe.AsPointer(ref this));
71
private static winmdroot.Foundation.HRESULT GetWindow(
IOleInPlaceFrame
* pThis, winmdroot.Foundation.HWND* phwnd)
90
return ((delegate *unmanaged [Stdcall]<
IOleInPlaceFrame
*,winmdroot.Foundation.HWND* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((
IOleInPlaceFrame
*)Unsafe.AsPointer(ref this), phwnd);
96
private static winmdroot.Foundation.HRESULT ContextSensitiveHelp(
IOleInPlaceFrame
* pThis, winmdroot.Foundation.BOOL fEnterMode)
115
return ((delegate *unmanaged [Stdcall]<
IOleInPlaceFrame
*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((
IOleInPlaceFrame
*)Unsafe.AsPointer(ref this), fEnterMode);
132
private static winmdroot.Foundation.HRESULT GetBorder(
IOleInPlaceFrame
* pThis, winmdroot.Foundation.RECT* lprectBorder)
151
return ((delegate *unmanaged [Stdcall]<
IOleInPlaceFrame
*,winmdroot.Foundation.RECT* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((
IOleInPlaceFrame
*)Unsafe.AsPointer(ref this), lprectBorder);
168
private static winmdroot.Foundation.HRESULT RequestBorderSpace(
IOleInPlaceFrame
* pThis, winmdroot.Foundation.RECT* pborderwidths)
187
return ((delegate *unmanaged [Stdcall]<
IOleInPlaceFrame
*,winmdroot.Foundation.RECT* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((
IOleInPlaceFrame
*)Unsafe.AsPointer(ref this), pborderwidths);
204
private static winmdroot.Foundation.HRESULT SetBorderSpace(
IOleInPlaceFrame
* pThis, winmdroot.Foundation.RECT* pborderwidths)
223
return ((delegate *unmanaged [Stdcall]<
IOleInPlaceFrame
*,winmdroot.Foundation.RECT* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((
IOleInPlaceFrame
*)Unsafe.AsPointer(ref this), pborderwidths);
240
private static winmdroot.Foundation.HRESULT SetActiveObject(
IOleInPlaceFrame
* pThis, winmdroot.System.Ole.IOleInPlaceActiveObject* pActiveObject, winmdroot.Foundation.PCWSTR pszObjName)
259
return ((delegate *unmanaged [Stdcall]<
IOleInPlaceFrame
*,winmdroot.System.Ole.IOleInPlaceActiveObject* ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((
IOleInPlaceFrame
*)Unsafe.AsPointer(ref this), pActiveObject, pszObjName);
276
private static winmdroot.Foundation.HRESULT InsertMenus(
IOleInPlaceFrame
* pThis, winmdroot.UI.WindowsAndMessaging.HMENU hmenuShared, winmdroot.System.Ole.OLEMENUGROUPWIDTHS* lpMenuWidths)
306
return ((delegate *unmanaged [Stdcall]<
IOleInPlaceFrame
*,winmdroot.UI.WindowsAndMessaging.HMENU ,winmdroot.System.Ole.OLEMENUGROUPWIDTHS* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((
IOleInPlaceFrame
*)Unsafe.AsPointer(ref this), hmenuShared, lpMenuWidths);
312
private static winmdroot.Foundation.HRESULT SetMenu(
IOleInPlaceFrame
* pThis, winmdroot.UI.WindowsAndMessaging.HMENU hmenuShared, nint holemenu, winmdroot.Foundation.HWND hwndActiveObject)
343
return ((delegate *unmanaged [Stdcall]<
IOleInPlaceFrame
*,winmdroot.UI.WindowsAndMessaging.HMENU ,nint ,winmdroot.Foundation.HWND ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((
IOleInPlaceFrame
*)Unsafe.AsPointer(ref this), hmenuShared, holemenu, hwndActiveObject);
349
private static winmdroot.Foundation.HRESULT RemoveMenus(
IOleInPlaceFrame
* pThis, winmdroot.UI.WindowsAndMessaging.HMENU hmenuShared)
378
return ((delegate *unmanaged [Stdcall]<
IOleInPlaceFrame
*,winmdroot.UI.WindowsAndMessaging.HMENU ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((
IOleInPlaceFrame
*)Unsafe.AsPointer(ref this), hmenuShared);
395
private static winmdroot.Foundation.HRESULT SetStatusText(
IOleInPlaceFrame
* pThis, winmdroot.Foundation.PCWSTR pszStatusText)
424
return ((delegate *unmanaged [Stdcall]<
IOleInPlaceFrame
*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((
IOleInPlaceFrame
*)Unsafe.AsPointer(ref this), pszStatusText);
430
private static winmdroot.Foundation.HRESULT EnableModeless(
IOleInPlaceFrame
* pThis, winmdroot.Foundation.BOOL fEnable)
455
return ((delegate *unmanaged [Stdcall]<
IOleInPlaceFrame
*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((
IOleInPlaceFrame
*)Unsafe.AsPointer(ref this), fEnable);
472
private static winmdroot.Foundation.HRESULT TranslateAccelerator(
IOleInPlaceFrame
* pThis, winmdroot.UI.WindowsAndMessaging.MSG* lpmsg, ushort wID)
504
return ((delegate *unmanaged [Stdcall]<
IOleInPlaceFrame
*,winmdroot.UI.WindowsAndMessaging.MSG* ,ushort ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((
IOleInPlaceFrame
*)Unsafe.AsPointer(ref this), lpmsg, wID);
530
internal delegate *unmanaged [Stdcall]<
IOleInPlaceFrame
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1;
532
internal delegate *unmanaged [Stdcall]<
IOleInPlaceFrame
*,uint> AddRef_2;
534
internal delegate *unmanaged [Stdcall]<
IOleInPlaceFrame
*,uint> Release_3;
536
internal delegate *unmanaged [Stdcall]<
IOleInPlaceFrame
*,winmdroot.Foundation.HWND* ,winmdroot.Foundation.HRESULT> GetWindow_4;
538
internal delegate *unmanaged [Stdcall]<
IOleInPlaceFrame
*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> ContextSensitiveHelp_5;
540
internal delegate *unmanaged [Stdcall]<
IOleInPlaceFrame
*,winmdroot.Foundation.RECT* ,winmdroot.Foundation.HRESULT> GetBorder_6;
542
internal delegate *unmanaged [Stdcall]<
IOleInPlaceFrame
*,winmdroot.Foundation.RECT* ,winmdroot.Foundation.HRESULT> RequestBorderSpace_7;
544
internal delegate *unmanaged [Stdcall]<
IOleInPlaceFrame
*,winmdroot.Foundation.RECT* ,winmdroot.Foundation.HRESULT> SetBorderSpace_8;
546
internal delegate *unmanaged [Stdcall]<
IOleInPlaceFrame
*,winmdroot.System.Ole.IOleInPlaceActiveObject* ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> SetActiveObject_9;
548
internal delegate *unmanaged [Stdcall]<
IOleInPlaceFrame
*,winmdroot.UI.WindowsAndMessaging.HMENU ,winmdroot.System.Ole.OLEMENUGROUPWIDTHS* ,winmdroot.Foundation.HRESULT> InsertMenus_10;
550
internal delegate *unmanaged [Stdcall]<
IOleInPlaceFrame
*,winmdroot.UI.WindowsAndMessaging.HMENU ,nint ,winmdroot.Foundation.HWND ,winmdroot.Foundation.HRESULT> SetMenu_11;
552
internal delegate *unmanaged [Stdcall]<
IOleInPlaceFrame
*,winmdroot.UI.WindowsAndMessaging.HMENU ,winmdroot.Foundation.HRESULT> RemoveMenus_12;
554
internal delegate *unmanaged [Stdcall]<
IOleInPlaceFrame
*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> SetStatusText_13;
556
internal delegate *unmanaged [Stdcall]<
IOleInPlaceFrame
*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> EnableModeless_14;
558
internal delegate *unmanaged [Stdcall]<
IOleInPlaceFrame
*,winmdroot.UI.WindowsAndMessaging.MSG* ,ushort ,winmdroot.Foundation.HRESULT> TranslateAccelerator_15;
_generated\208\Windows.Win32.IOleInPlaceSite.g.cs (7)
221
/// <inheritdoc cref="GetWindowContext(winmdroot.System.Ole.
IOleInPlaceFrame
**, winmdroot.System.Ole.IOleInPlaceUIWindow**, winmdroot.Foundation.RECT*, winmdroot.Foundation.RECT*, winmdroot.System.Ole.OLEINPLACEFRAMEINFO*)"/>
223
internal unsafe winmdroot.Foundation.HRESULT GetWindowContext(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)
241
private static winmdroot.Foundation.HRESULT GetWindowContext(IOleInPlaceSite* pThis, winmdroot.System.Ole.
IOleInPlaceFrame
** ppFrame, winmdroot.System.Ole.IOleInPlaceUIWindow** ppDoc, winmdroot.Foundation.RECT* lprcPosRect, winmdroot.Foundation.RECT* lprcClipRect, winmdroot.System.Ole.OLEINPLACEFRAMEINFO* lpFrameInfo)
272
public unsafe winmdroot.Foundation.HRESULT GetWindowContext(winmdroot.System.Ole.
IOleInPlaceFrame
** ppFrame, winmdroot.System.Ole.IOleInPlaceUIWindow** ppDoc, winmdroot.Foundation.RECT* lprcPosRect, winmdroot.Foundation.RECT* lprcClipRect, winmdroot.System.Ole.OLEINPLACEFRAMEINFO* lpFrameInfo)
274
return ((delegate *unmanaged [Stdcall]<IOleInPlaceSite*,winmdroot.System.Ole.
IOleInPlaceFrame
** ,winmdroot.System.Ole.IOleInPlaceUIWindow** ,winmdroot.Foundation.RECT* ,winmdroot.Foundation.RECT* ,winmdroot.System.Ole.OLEINPLACEFRAMEINFO* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IOleInPlaceSite*)Unsafe.AsPointer(ref this), ppFrame, ppDoc, lprcPosRect, lprcClipRect, lpFrameInfo);
534
internal delegate *unmanaged [Stdcall]<IOleInPlaceSite*,winmdroot.System.Ole.
IOleInPlaceFrame
** ,winmdroot.System.Ole.IOleInPlaceUIWindow** ,winmdroot.Foundation.RECT* ,winmdroot.Foundation.RECT* ,winmdroot.System.Ole.OLEINPLACEFRAMEINFO* ,winmdroot.Foundation.HRESULT> GetWindowContext_9;
599
unsafe winmdroot.Foundation.HRESULT GetWindowContext(winmdroot.System.Ole.
IOleInPlaceFrame
** ppFrame, winmdroot.System.Ole.IOleInPlaceUIWindow** ppDoc, winmdroot.Foundation.RECT* lprcPosRect, winmdroot.Foundation.RECT* lprcClipRect, winmdroot.System.Ole.OLEINPLACEFRAMEINFO* lpFrameInfo);
_generated\236\Windows.Win32.IRichEditOleCallback.g.cs (7)
92
/// <inheritdoc cref="GetInPlaceContext(winmdroot.System.Ole.
IOleInPlaceFrame
**, winmdroot.System.Ole.IOleInPlaceUIWindow**, winmdroot.System.Ole.OLEINPLACEFRAMEINFO*)"/>
94
internal unsafe winmdroot.Foundation.HRESULT GetInPlaceContext(winmdroot.System.Ole.
IOleInPlaceFrame
** lplpFrame, winmdroot.System.Ole.IOleInPlaceUIWindow** lplpDoc, ref winmdroot.System.Ole.OLEINPLACEFRAMEINFO lpFrameInfo)
106
private static winmdroot.Foundation.HRESULT GetInPlaceContext(IRichEditOleCallback* pThis, winmdroot.System.Ole.
IOleInPlaceFrame
** lplpFrame, winmdroot.System.Ole.IOleInPlaceUIWindow** lplpDoc, winmdroot.System.Ole.OLEINPLACEFRAMEINFO* lpFrameInfo)
143
public unsafe winmdroot.Foundation.HRESULT GetInPlaceContext(winmdroot.System.Ole.
IOleInPlaceFrame
** lplpFrame, winmdroot.System.Ole.IOleInPlaceUIWindow** lplpDoc, winmdroot.System.Ole.OLEINPLACEFRAMEINFO* lpFrameInfo)
145
return ((delegate *unmanaged [Stdcall]<IRichEditOleCallback*,winmdroot.System.Ole.
IOleInPlaceFrame
** ,winmdroot.System.Ole.IOleInPlaceUIWindow** ,winmdroot.System.Ole.OLEINPLACEFRAMEINFO* ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IRichEditOleCallback*)Unsafe.AsPointer(ref this), lplpFrame, lplpDoc, lpFrameInfo);
578
internal delegate *unmanaged [Stdcall]<IRichEditOleCallback*,winmdroot.System.Ole.
IOleInPlaceFrame
** ,winmdroot.System.Ole.IOleInPlaceUIWindow** ,winmdroot.System.Ole.OLEINPLACEFRAMEINFO* ,winmdroot.Foundation.HRESULT> GetInPlaceContext_5;
633
unsafe winmdroot.Foundation.HRESULT GetInPlaceContext(winmdroot.System.Ole.
IOleInPlaceFrame
** lplpFrame, winmdroot.System.Ole.IOleInPlaceUIWindow** lplpDoc, winmdroot.System.Ole.OLEINPLACEFRAMEINFO* lpFrameInfo);
_generated\502\Windows.Win32.System_Ole_IOleInPlaceFrame_Extensions.g.cs (16)
23
/// <inheritdoc cref="winmdroot.System.Ole.
IOleInPlaceFrame
.Interface.GetWindow(winmdroot.Foundation.HWND*)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT GetWindow(this winmdroot.System.Ole.
IOleInPlaceFrame
.Interface @this, out winmdroot.Foundation.HWND phwnd)
33
/// <inheritdoc cref="winmdroot.System.Ole.
IOleInPlaceFrame
.Interface.GetBorder(winmdroot.Foundation.RECT*)"/>
34
internal static unsafe winmdroot.Foundation.HRESULT GetBorder(this winmdroot.System.Ole.
IOleInPlaceFrame
.Interface @this, out winmdroot.Foundation.RECT lprectBorder)
43
/// <inheritdoc cref="winmdroot.System.Ole.
IOleInPlaceFrame
.Interface.RequestBorderSpace(winmdroot.Foundation.RECT*)"/>
44
internal static unsafe winmdroot.Foundation.HRESULT RequestBorderSpace(this winmdroot.System.Ole.
IOleInPlaceFrame
.Interface @this, in winmdroot.Foundation.RECT pborderwidths)
53
/// <inheritdoc cref="winmdroot.System.Ole.
IOleInPlaceFrame
.Interface.SetBorderSpace(winmdroot.Foundation.RECT*)"/>
54
internal static unsafe winmdroot.Foundation.HRESULT SetBorderSpace(this winmdroot.System.Ole.
IOleInPlaceFrame
.Interface @this, in winmdroot.Foundation.RECT pborderwidths)
63
/// <inheritdoc cref="winmdroot.System.Ole.
IOleInPlaceFrame
.Interface.SetActiveObject(winmdroot.System.Ole.IOleInPlaceActiveObject*, winmdroot.Foundation.PCWSTR)"/>
64
internal static unsafe winmdroot.Foundation.HRESULT SetActiveObject(this winmdroot.System.Ole.
IOleInPlaceFrame
.Interface @this, winmdroot.System.Ole.IOleInPlaceActiveObject* pActiveObject, string pszObjName)
73
/// <inheritdoc cref="winmdroot.System.Ole.
IOleInPlaceFrame
.Interface.InsertMenus(winmdroot.UI.WindowsAndMessaging.HMENU, winmdroot.System.Ole.OLEMENUGROUPWIDTHS*)"/>
74
internal static unsafe winmdroot.Foundation.HRESULT InsertMenus(this winmdroot.System.Ole.
IOleInPlaceFrame
.Interface @this, winmdroot.UI.WindowsAndMessaging.HMENU hmenuShared, ref winmdroot.System.Ole.OLEMENUGROUPWIDTHS lpMenuWidths)
83
/// <inheritdoc cref="winmdroot.System.Ole.
IOleInPlaceFrame
.Interface.SetStatusText(winmdroot.Foundation.PCWSTR)"/>
84
internal static unsafe winmdroot.Foundation.HRESULT SetStatusText(this winmdroot.System.Ole.
IOleInPlaceFrame
.Interface @this, string pszStatusText)
93
/// <inheritdoc cref="winmdroot.System.Ole.
IOleInPlaceFrame
.Interface.TranslateAccelerator(winmdroot.UI.WindowsAndMessaging.MSG*, ushort)"/>
94
internal static unsafe winmdroot.Foundation.HRESULT TranslateAccelerator(this winmdroot.System.Ole.
IOleInPlaceFrame
.Interface @this, in winmdroot.UI.WindowsAndMessaging.MSG lpmsg, ushort wID)
_generated\505\Windows.Win32.System_Ole_IOleInPlaceSite_Extensions.g.cs (2)
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)
_generated\587\Windows.Win32.UI_Controls_RichEdit_IRichEditOleCallback_Extensions.g.cs (2)
23
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.IRichEditOleCallback.Interface.GetInPlaceContext(winmdroot.System.Ole.
IOleInPlaceFrame
**, winmdroot.System.Ole.IOleInPlaceUIWindow**, winmdroot.System.Ole.OLEINPLACEFRAMEINFO*)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT GetInPlaceContext(this winmdroot.UI.Controls.RichEdit.IRichEditOleCallback.Interface @this, winmdroot.System.Ole.
IOleInPlaceFrame
** lplpFrame, winmdroot.System.Ole.IOleInPlaceUIWindow** lplpDoc, ref winmdroot.System.Ole.OLEINPLACEFRAMEINFO lpFrameInfo)
Interop\Mshtml\Interop.IDocHostUIHandler.cs (1)
35
IOleInPlaceFrame
.Interface frame,
Microsoft\Office\IMsoComponentManager.cs (1)
369
/// <see cref="
IOleInPlaceFrame
.EnableModeless(BOOL)"/> instead.