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)
Interop\Mshtml\Interop.IDocHostUIHandler.cs (1)
35
IOleInPlaceFrame
.Interface frame,
Microsoft\Office\IMsoComponentManager.cs (1)
369
/// <see cref="
IOleInPlaceFrame
.EnableModeless(BOOL)"/> instead.
Windows.Win32.IOleInPlaceFrame.g.cs (59)
26
:IVTable<
IOleInPlaceFrame
,
IOleInPlaceFrame
.Vtbl>,IComIID {
42
return ((delegate *unmanaged [Stdcall]<
IOleInPlaceFrame
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((
IOleInPlaceFrame
*)Unsafe.AsPointer(ref this), riid, ppvObject);
47
return ((delegate *unmanaged [Stdcall]<
IOleInPlaceFrame
*,uint>)lpVtbl[1])((
IOleInPlaceFrame
*)Unsafe.AsPointer(ref this));
52
return ((delegate *unmanaged [Stdcall]<
IOleInPlaceFrame
*,uint>)lpVtbl[2])((
IOleInPlaceFrame
*)Unsafe.AsPointer(ref this));
68
private static winmdroot.Foundation.HRESULT GetWindow(
IOleInPlaceFrame
* pThis, winmdroot.Foundation.HWND* phwnd)
87
return ((delegate *unmanaged [Stdcall]<
IOleInPlaceFrame
*,winmdroot.Foundation.HWND* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((
IOleInPlaceFrame
*)Unsafe.AsPointer(ref this), phwnd);
93
private static winmdroot.Foundation.HRESULT ContextSensitiveHelp(
IOleInPlaceFrame
* pThis, winmdroot.Foundation.BOOL fEnterMode)
112
return ((delegate *unmanaged [Stdcall]<
IOleInPlaceFrame
*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((
IOleInPlaceFrame
*)Unsafe.AsPointer(ref this), fEnterMode);
128
private static winmdroot.Foundation.HRESULT GetBorder(
IOleInPlaceFrame
* pThis, winmdroot.Foundation.RECT* lprectBorder)
147
return ((delegate *unmanaged [Stdcall]<
IOleInPlaceFrame
*,winmdroot.Foundation.RECT* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((
IOleInPlaceFrame
*)Unsafe.AsPointer(ref this), lprectBorder);
163
private static winmdroot.Foundation.HRESULT RequestBorderSpace(
IOleInPlaceFrame
* pThis, winmdroot.Foundation.RECT* pborderwidths)
182
return ((delegate *unmanaged [Stdcall]<
IOleInPlaceFrame
*,winmdroot.Foundation.RECT* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((
IOleInPlaceFrame
*)Unsafe.AsPointer(ref this), pborderwidths);
198
private static winmdroot.Foundation.HRESULT SetBorderSpace(
IOleInPlaceFrame
* pThis, winmdroot.Foundation.RECT* pborderwidths)
217
return ((delegate *unmanaged [Stdcall]<
IOleInPlaceFrame
*,winmdroot.Foundation.RECT* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((
IOleInPlaceFrame
*)Unsafe.AsPointer(ref this), pborderwidths);
233
private static winmdroot.Foundation.HRESULT SetActiveObject(
IOleInPlaceFrame
* pThis, winmdroot.System.Ole.IOleInPlaceActiveObject* pActiveObject, winmdroot.Foundation.PCWSTR pszObjName)
252
return ((delegate *unmanaged [Stdcall]<
IOleInPlaceFrame
*,winmdroot.System.Ole.IOleInPlaceActiveObject* ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((
IOleInPlaceFrame
*)Unsafe.AsPointer(ref this), pActiveObject, pszObjName);
268
private static winmdroot.Foundation.HRESULT InsertMenus(
IOleInPlaceFrame
* pThis, winmdroot.UI.WindowsAndMessaging.HMENU hmenuShared, winmdroot.System.Ole.OLEMENUGROUPWIDTHS* lpMenuWidths)
298
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);
304
private static winmdroot.Foundation.HRESULT SetMenu(
IOleInPlaceFrame
* pThis, winmdroot.UI.WindowsAndMessaging.HMENU hmenuShared, nint holemenu, winmdroot.Foundation.HWND hwndActiveObject)
335
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);
341
private static winmdroot.Foundation.HRESULT RemoveMenus(
IOleInPlaceFrame
* pThis, winmdroot.UI.WindowsAndMessaging.HMENU hmenuShared)
370
return ((delegate *unmanaged [Stdcall]<
IOleInPlaceFrame
*,winmdroot.UI.WindowsAndMessaging.HMENU ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((
IOleInPlaceFrame
*)Unsafe.AsPointer(ref this), hmenuShared);
386
private static winmdroot.Foundation.HRESULT SetStatusText(
IOleInPlaceFrame
* pThis, winmdroot.Foundation.PCWSTR pszStatusText)
415
return ((delegate *unmanaged [Stdcall]<
IOleInPlaceFrame
*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((
IOleInPlaceFrame
*)Unsafe.AsPointer(ref this), pszStatusText);
421
private static winmdroot.Foundation.HRESULT EnableModeless(
IOleInPlaceFrame
* pThis, winmdroot.Foundation.BOOL fEnable)
446
return ((delegate *unmanaged [Stdcall]<
IOleInPlaceFrame
*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((
IOleInPlaceFrame
*)Unsafe.AsPointer(ref this), fEnable);
462
private static winmdroot.Foundation.HRESULT TranslateAccelerator(
IOleInPlaceFrame
* pThis, winmdroot.UI.WindowsAndMessaging.MSG* lpmsg, ushort wID)
494
return ((delegate *unmanaged [Stdcall]<
IOleInPlaceFrame
*,winmdroot.UI.WindowsAndMessaging.MSG* ,ushort ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((
IOleInPlaceFrame
*)Unsafe.AsPointer(ref this), lpmsg, wID);
518
internal delegate *unmanaged [Stdcall]<
IOleInPlaceFrame
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1;
520
internal delegate *unmanaged [Stdcall]<
IOleInPlaceFrame
*,uint> AddRef_2;
522
internal delegate *unmanaged [Stdcall]<
IOleInPlaceFrame
*,uint> Release_3;
524
internal delegate *unmanaged [Stdcall]<
IOleInPlaceFrame
*,winmdroot.Foundation.HWND* ,winmdroot.Foundation.HRESULT> GetWindow_4;
526
internal delegate *unmanaged [Stdcall]<
IOleInPlaceFrame
*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> ContextSensitiveHelp_5;
528
internal delegate *unmanaged [Stdcall]<
IOleInPlaceFrame
*,winmdroot.Foundation.RECT* ,winmdroot.Foundation.HRESULT> GetBorder_6;
530
internal delegate *unmanaged [Stdcall]<
IOleInPlaceFrame
*,winmdroot.Foundation.RECT* ,winmdroot.Foundation.HRESULT> RequestBorderSpace_7;
532
internal delegate *unmanaged [Stdcall]<
IOleInPlaceFrame
*,winmdroot.Foundation.RECT* ,winmdroot.Foundation.HRESULT> SetBorderSpace_8;
534
internal delegate *unmanaged [Stdcall]<
IOleInPlaceFrame
*,winmdroot.System.Ole.IOleInPlaceActiveObject* ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> SetActiveObject_9;
536
internal delegate *unmanaged [Stdcall]<
IOleInPlaceFrame
*,winmdroot.UI.WindowsAndMessaging.HMENU ,winmdroot.System.Ole.OLEMENUGROUPWIDTHS* ,winmdroot.Foundation.HRESULT> InsertMenus_10;
538
internal delegate *unmanaged [Stdcall]<
IOleInPlaceFrame
*,winmdroot.UI.WindowsAndMessaging.HMENU ,nint ,winmdroot.Foundation.HWND ,winmdroot.Foundation.HRESULT> SetMenu_11;
540
internal delegate *unmanaged [Stdcall]<
IOleInPlaceFrame
*,winmdroot.UI.WindowsAndMessaging.HMENU ,winmdroot.Foundation.HRESULT> RemoveMenus_12;
542
internal delegate *unmanaged [Stdcall]<
IOleInPlaceFrame
*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> SetStatusText_13;
544
internal delegate *unmanaged [Stdcall]<
IOleInPlaceFrame
*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> EnableModeless_14;
546
internal delegate *unmanaged [Stdcall]<
IOleInPlaceFrame
*,winmdroot.UI.WindowsAndMessaging.MSG* ,ushort ,winmdroot.Foundation.HRESULT> TranslateAccelerator_15;
Windows.Win32.IOleInPlaceSite.g.cs (7)
218
/// <inheritdoc cref="GetWindowContext(winmdroot.System.Ole.
IOleInPlaceFrame
**, winmdroot.System.Ole.IOleInPlaceUIWindow**, winmdroot.Foundation.RECT*, winmdroot.Foundation.RECT*, winmdroot.System.Ole.OLEINPLACEFRAMEINFO*)"/>
219
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)
237
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)
268
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)
270
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);
527
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;
592
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);
Windows.Win32.IRichEditOleCallback.g.cs (7)
90
/// <inheritdoc cref="GetInPlaceContext(winmdroot.System.Ole.
IOleInPlaceFrame
**, winmdroot.System.Ole.IOleInPlaceUIWindow**, winmdroot.System.Ole.OLEINPLACEFRAMEINFO*)"/>
91
internal unsafe winmdroot.Foundation.HRESULT GetInPlaceContext(winmdroot.System.Ole.
IOleInPlaceFrame
** lplpFrame, winmdroot.System.Ole.IOleInPlaceUIWindow** lplpDoc, ref winmdroot.System.Ole.OLEINPLACEFRAMEINFO lpFrameInfo)
103
private static winmdroot.Foundation.HRESULT GetInPlaceContext(IRichEditOleCallback* pThis, winmdroot.System.Ole.
IOleInPlaceFrame
** lplpFrame, winmdroot.System.Ole.IOleInPlaceUIWindow** lplpDoc, winmdroot.System.Ole.OLEINPLACEFRAMEINFO* lpFrameInfo)
140
public unsafe winmdroot.Foundation.HRESULT GetInPlaceContext(winmdroot.System.Ole.
IOleInPlaceFrame
** lplpFrame, winmdroot.System.Ole.IOleInPlaceUIWindow** lplpDoc, winmdroot.System.Ole.OLEINPLACEFRAMEINFO* lpFrameInfo)
142
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);
568
internal delegate *unmanaged [Stdcall]<IRichEditOleCallback*,winmdroot.System.Ole.
IOleInPlaceFrame
** ,winmdroot.System.Ole.IOleInPlaceUIWindow** ,winmdroot.System.Ole.OLEINPLACEFRAMEINFO* ,winmdroot.Foundation.HRESULT> GetInPlaceContext_5;
623
unsafe winmdroot.Foundation.HRESULT GetInPlaceContext(winmdroot.System.Ole.
IOleInPlaceFrame
** lplpFrame, winmdroot.System.Ole.IOleInPlaceUIWindow** lplpDoc, winmdroot.System.Ole.OLEINPLACEFRAMEINFO* lpFrameInfo);
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)
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)
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)