100 references to IOleInPlaceUIWindow
System.Windows.Forms (24)
System\Windows\Forms\ActiveX\AxHost.AxContainer.cs (8)
18
IOleInPlaceUIWindow
.Interface,
20
IManagedWrapper<IOleContainer, IOleInPlaceFrame,
IOleInPlaceUIWindow
, IOleWindow, IDispatch, IDispatchEx>
711
HRESULT
IOleInPlaceUIWindow
.Interface.GetWindow(HWND* phwnd)
714
HRESULT
IOleInPlaceUIWindow
.Interface.ContextSensitiveHelp(BOOL fEnterMode)
717
HRESULT
IOleInPlaceUIWindow
.Interface.GetBorder(RECT* lprectBorder)
720
HRESULT
IOleInPlaceUIWindow
.Interface.RequestBorderSpace(RECT* pborderwidths)
723
HRESULT
IOleInPlaceUIWindow
.Interface.SetBorderSpace(RECT* pborderwidths)
726
HRESULT
IOleInPlaceUIWindow
.Interface.SetActiveObject(IOleInPlaceActiveObject* pActiveObject, PCWSTR pszObjName)
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (1)
370
IOleInPlaceUIWindow
** ppDoc,
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (2)
129
private AgileComPointer<
IOleInPlaceUIWindow
>? _inPlaceUiWindow;
838
IOleInPlaceUIWindow
* pWindow;
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (2)
109
/// <inheritdoc cref="IOleInPlaceActiveObject.ResizeBorder(RECT*,
IOleInPlaceUIWindow
*, BOOL)"/>
110
HRESULT IOleInPlaceActiveObject.Interface.ResizeBorder(RECT* prcBorder,
IOleInPlaceUIWindow
* pUIWindow, BOOL fFrameWindow) =>
System\Windows\Forms\Controls\RichTextBox\RichTextBox.OleCallback.cs (1)
58
IOleInPlaceUIWindow
** lplpDoc,
System\Windows\Forms\Controls\WebBrowser\WebBrowser.WebBrowserSite.cs (2)
102
IOleInPlaceUIWindow
.Interface doc)
127
unsafe HRESULT IDocHostUIHandler.ResizeBorder(RECT* rect,
IOleInPlaceUIWindow
.Interface doc, BOOL fFrameWindow)
System\Windows\Forms\Controls\WebBrowser\WebBrowserContainer.cs (7)
11
internal unsafe class WebBrowserContainer : IOleContainer.Interface, IOleInPlaceFrame.Interface,
IOleInPlaceUIWindow
.Interface, IOleWindow.Interface
414
HRESULT
IOleInPlaceUIWindow
.Interface.GetWindow(HWND* phwnd)
417
HRESULT
IOleInPlaceUIWindow
.Interface.ContextSensitiveHelp(BOOL fEnterMode)
420
HRESULT
IOleInPlaceUIWindow
.Interface.GetBorder(RECT* lprectBorder)
423
HRESULT
IOleInPlaceUIWindow
.Interface.RequestBorderSpace(RECT* pborderwidths)
426
HRESULT
IOleInPlaceUIWindow
.Interface.SetBorderSpace(RECT* pborderwidths)
429
HRESULT
IOleInPlaceUIWindow
.Interface.SetActiveObject(IOleInPlaceActiveObject* pActiveObject, PCWSTR pszObjName)
System\Windows\Forms\Controls\WebBrowser\WebBrowserSiteBase.cs (1)
246
IOleInPlaceUIWindow
** ppDoc,
System.Windows.Forms.Design (1)
System\ComponentModel\Design\MultilineStringEditor.OleCallback.cs (1)
50
IOleInPlaceUIWindow
** lplpDoc,
System.Windows.Forms.Primitives (75)
Interop\Mshtml\Interop.IDocHostUIHandler.cs (2)
36
IOleInPlaceUIWindow
.Interface doc);
59
IOleInPlaceUIWindow
.Interface doc,
Windows.Win32.IOleInPlaceActiveObject.g.cs (7)
220
/// <inheritdoc cref="ResizeBorder(winmdroot.Foundation.RECT*, winmdroot.System.Ole.
IOleInPlaceUIWindow
*, winmdroot.Foundation.BOOL)"/>
221
internal unsafe void ResizeBorder(in winmdroot.Foundation.RECT prcBorder, winmdroot.System.Ole.
IOleInPlaceUIWindow
* pUIWindow, winmdroot.Foundation.BOOL fFrameWindow)
232
private static winmdroot.Foundation.HRESULT ResizeBorder(IOleInPlaceActiveObject* pThis, winmdroot.Foundation.RECT* prcBorder, winmdroot.System.Ole.
IOleInPlaceUIWindow
* pUIWindow, winmdroot.Foundation.BOOL fFrameWindow)
262
public unsafe void ResizeBorder(winmdroot.Foundation.RECT* prcBorder, winmdroot.System.Ole.
IOleInPlaceUIWindow
* pUIWindow, winmdroot.Foundation.BOOL fFrameWindow)
264
((delegate *unmanaged [Stdcall]<IOleInPlaceActiveObject*,winmdroot.Foundation.RECT* ,winmdroot.System.Ole.
IOleInPlaceUIWindow
* ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IOleInPlaceActiveObject*)Unsafe.AsPointer(ref this), prcBorder, pUIWindow, fFrameWindow).ThrowOnFailure();
335
internal delegate *unmanaged [Stdcall]<IOleInPlaceActiveObject*,winmdroot.Foundation.RECT* ,winmdroot.System.Ole.
IOleInPlaceUIWindow
* ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> ResizeBorder_9;
385
unsafe winmdroot.Foundation.HRESULT ResizeBorder(winmdroot.Foundation.RECT* prcBorder, winmdroot.System.Ole.
IOleInPlaceUIWindow
* pUIWindow, winmdroot.Foundation.BOOL fFrameWindow);
Windows.Win32.IOleInPlaceFrame.g.cs (1)
582
:winmdroot.System.Ole.IOleWindow.Interface,winmdroot.System.Ole.
IOleInPlaceUIWindow
.Interface {
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.IOleInPlaceUIWindow.g.cs (35)
26
:IVTable<
IOleInPlaceUIWindow
,
IOleInPlaceUIWindow
.Vtbl>,IComIID {
42
return ((delegate *unmanaged [Stdcall]<
IOleInPlaceUIWindow
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((
IOleInPlaceUIWindow
*)Unsafe.AsPointer(ref this), riid, ppvObject);
47
return ((delegate *unmanaged [Stdcall]<
IOleInPlaceUIWindow
*,uint>)lpVtbl[1])((
IOleInPlaceUIWindow
*)Unsafe.AsPointer(ref this));
52
return ((delegate *unmanaged [Stdcall]<
IOleInPlaceUIWindow
*,uint>)lpVtbl[2])((
IOleInPlaceUIWindow
*)Unsafe.AsPointer(ref this));
68
private static winmdroot.Foundation.HRESULT GetWindow(
IOleInPlaceUIWindow
* pThis, winmdroot.Foundation.HWND* phwnd)
87
return ((delegate *unmanaged [Stdcall]<
IOleInPlaceUIWindow
*,winmdroot.Foundation.HWND* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((
IOleInPlaceUIWindow
*)Unsafe.AsPointer(ref this), phwnd);
93
private static winmdroot.Foundation.HRESULT ContextSensitiveHelp(
IOleInPlaceUIWindow
* pThis, winmdroot.Foundation.BOOL fEnterMode)
112
return ((delegate *unmanaged [Stdcall]<
IOleInPlaceUIWindow
*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((
IOleInPlaceUIWindow
*)Unsafe.AsPointer(ref this), fEnterMode);
128
private static winmdroot.Foundation.HRESULT GetBorder(
IOleInPlaceUIWindow
* pThis, winmdroot.Foundation.RECT* lprectBorder)
157
return ((delegate *unmanaged [Stdcall]<
IOleInPlaceUIWindow
*,winmdroot.Foundation.RECT* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((
IOleInPlaceUIWindow
*)Unsafe.AsPointer(ref this), lprectBorder);
173
private static winmdroot.Foundation.HRESULT RequestBorderSpace(
IOleInPlaceUIWindow
* pThis, winmdroot.Foundation.RECT* pborderwidths)
204
return ((delegate *unmanaged [Stdcall]<
IOleInPlaceUIWindow
*,winmdroot.Foundation.RECT* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((
IOleInPlaceUIWindow
*)Unsafe.AsPointer(ref this), pborderwidths);
220
private static winmdroot.Foundation.HRESULT SetBorderSpace(
IOleInPlaceUIWindow
* pThis, winmdroot.Foundation.RECT* pborderwidths)
250
return ((delegate *unmanaged [Stdcall]<
IOleInPlaceUIWindow
*,winmdroot.Foundation.RECT* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((
IOleInPlaceUIWindow
*)Unsafe.AsPointer(ref this), pborderwidths);
266
private static winmdroot.Foundation.HRESULT SetActiveObject(
IOleInPlaceUIWindow
* pThis, winmdroot.System.Ole.IOleInPlaceActiveObject* pActiveObject, winmdroot.Foundation.PCWSTR pszObjName)
296
return ((delegate *unmanaged [Stdcall]<
IOleInPlaceUIWindow
*,winmdroot.System.Ole.IOleInPlaceActiveObject* ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((
IOleInPlaceUIWindow
*)Unsafe.AsPointer(ref this), pActiveObject, pszObjName);
320
internal delegate *unmanaged [Stdcall]<
IOleInPlaceUIWindow
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1;
322
internal delegate *unmanaged [Stdcall]<
IOleInPlaceUIWindow
*,uint> AddRef_2;
324
internal delegate *unmanaged [Stdcall]<
IOleInPlaceUIWindow
*,uint> Release_3;
326
internal delegate *unmanaged [Stdcall]<
IOleInPlaceUIWindow
*,winmdroot.Foundation.HWND* ,winmdroot.Foundation.HRESULT> GetWindow_4;
328
internal delegate *unmanaged [Stdcall]<
IOleInPlaceUIWindow
*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> ContextSensitiveHelp_5;
330
internal delegate *unmanaged [Stdcall]<
IOleInPlaceUIWindow
*,winmdroot.Foundation.RECT* ,winmdroot.Foundation.HRESULT> GetBorder_6;
332
internal delegate *unmanaged [Stdcall]<
IOleInPlaceUIWindow
*,winmdroot.Foundation.RECT* ,winmdroot.Foundation.HRESULT> RequestBorderSpace_7;
334
internal delegate *unmanaged [Stdcall]<
IOleInPlaceUIWindow
*,winmdroot.Foundation.RECT* ,winmdroot.Foundation.HRESULT> SetBorderSpace_8;
336
internal delegate *unmanaged [Stdcall]<
IOleInPlaceUIWindow
*,winmdroot.System.Ole.IOleInPlaceActiveObject* ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> SetActiveObject_9;
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_IOleInPlaceActiveObject_Extensions.g.cs (2)
41
/// <inheritdoc cref="winmdroot.System.Ole.IOleInPlaceActiveObject.Interface.ResizeBorder(winmdroot.Foundation.RECT*, winmdroot.System.Ole.
IOleInPlaceUIWindow
*, winmdroot.Foundation.BOOL)"/>
42
internal static unsafe winmdroot.Foundation.HRESULT ResizeBorder(this winmdroot.System.Ole.IOleInPlaceActiveObject.Interface @this, in winmdroot.Foundation.RECT prcBorder, winmdroot.System.Ole.
IOleInPlaceUIWindow
* pUIWindow, winmdroot.Foundation.BOOL fFrameWindow)
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.System_Ole_IOleInPlaceUIWindow_Extensions.g.cs (10)
23
/// <inheritdoc cref="winmdroot.System.Ole.
IOleInPlaceUIWindow
.Interface.GetWindow(winmdroot.Foundation.HWND*)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT GetWindow(this winmdroot.System.Ole.
IOleInPlaceUIWindow
.Interface @this, out winmdroot.Foundation.HWND phwnd)
33
/// <inheritdoc cref="winmdroot.System.Ole.
IOleInPlaceUIWindow
.Interface.GetBorder(winmdroot.Foundation.RECT*)"/>
34
internal static unsafe winmdroot.Foundation.HRESULT GetBorder(this winmdroot.System.Ole.
IOleInPlaceUIWindow
.Interface @this, out winmdroot.Foundation.RECT lprectBorder)
43
/// <inheritdoc cref="winmdroot.System.Ole.
IOleInPlaceUIWindow
.Interface.RequestBorderSpace(winmdroot.Foundation.RECT*)"/>
44
internal static unsafe winmdroot.Foundation.HRESULT RequestBorderSpace(this winmdroot.System.Ole.
IOleInPlaceUIWindow
.Interface @this, in winmdroot.Foundation.RECT pborderwidths)
53
/// <inheritdoc cref="winmdroot.System.Ole.
IOleInPlaceUIWindow
.Interface.SetBorderSpace(winmdroot.Foundation.RECT*)"/>
54
internal static unsafe winmdroot.Foundation.HRESULT SetBorderSpace(this winmdroot.System.Ole.
IOleInPlaceUIWindow
.Interface @this, in winmdroot.Foundation.RECT pborderwidths)
63
/// <inheritdoc cref="winmdroot.System.Ole.
IOleInPlaceUIWindow
.Interface.SetActiveObject(winmdroot.System.Ole.IOleInPlaceActiveObject*, winmdroot.Foundation.PCWSTR)"/>
64
internal static unsafe winmdroot.Foundation.HRESULT SetActiveObject(this winmdroot.System.Ole.
IOleInPlaceUIWindow
.Interface @this, winmdroot.System.Ole.IOleInPlaceActiveObject* pActiveObject, string pszObjName)
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)