1 interface inheriting from Interface
System.Windows.Forms.Primitives (1)
_generated\278\Windows.Win32.IViewObject2.g.cs (1)
376
:winmdroot.System.Ole.IViewObject.
Interface
{
1 implementation of Interface
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (1)
20
IViewObject.
Interface
,
29 references to Interface
System.Windows.Forms (13)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (1)
406
/// <inheritdoc cref="IViewObject.
Interface
.Draw(DVASPECT, int, void*, DVTARGETDEVICE*, HDC, HDC, RECTL*, RECTL*, nint, nuint)"/>
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (12)
514
HRESULT IViewObject.
Interface
.Draw(
544
HRESULT IViewObject.
Interface
.GetColorSet(
555
HRESULT IViewObject.
Interface
.Freeze(DVASPECT dwDrawAspect, int lindex, void* pvAspect, uint* pdwFreeze) =>
559
HRESULT IViewObject.
Interface
.Unfreeze(uint dwFreeze) => HRESULT.E_NOTIMPL;
562
HRESULT IViewObject.
Interface
.SetAdvise(DVASPECT aspects, uint advf, IAdviseSink* pAdvSink) =>
566
HRESULT IViewObject.
Interface
.GetAdvise(uint* pAspects, uint* pAdvf, IAdviseSink** ppAdvSink) =>
581
=> ((IViewObject.
Interface
)this).Draw(
601
=> ((IViewObject.
Interface
)this).GetColorSet(dwDrawAspect, lindex, pvAspect, ptd, hdcTargetDev, ppColorSet);
605
=> ((IViewObject.
Interface
)this).Freeze(dwDrawAspect, lindex, pvAspect, pdwFreeze);
609
=> ((IViewObject.
Interface
)this).Unfreeze(dwFreeze);
613
=> ((IViewObject.
Interface
)this).SetAdvise(aspects, advf, pAdvSink);
617
=> ((IViewObject.
Interface
)this).GetAdvise(pAspects, pAdvf, ppAdvSink);
System.Windows.Forms.Primitives (16)
_generated\277\Windows.Win32.IViewObject.g.cs (6)
73
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
131
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
181
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
219
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
253
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
313
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
_generated\522\Windows.Win32.System_Ole_IViewObject_Extensions.g.cs (10)
23
/// <inheritdoc cref="winmdroot.System.Ole.IViewObject.
Interface
.Draw(winmdroot.System.Com.DVASPECT, int, void*, winmdroot.System.Com.DVTARGETDEVICE*, winmdroot.Graphics.Gdi.HDC, winmdroot.Graphics.Gdi.HDC, winmdroot.Foundation.RECTL*, winmdroot.Foundation.RECTL*, nint, nuint)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT Draw(this winmdroot.System.Ole.IViewObject.
Interface
@this, winmdroot.System.Com.DVASPECT dwDrawAspect, int lindex, void* pvAspect, [Optional] winmdroot.System.Com.DVTARGETDEVICE* ptd, [Optional] winmdroot.Graphics.Gdi.HDC hdcTargetDev, winmdroot.Graphics.Gdi.HDC hdcDraw, [Optional] winmdroot.Foundation.RECTL? lprcBounds, [Optional] winmdroot.Foundation.RECTL? lprcWBounds, [Optional] nint pfnContinue, nuint dwContinue)
32
/// <inheritdoc cref="winmdroot.System.Ole.IViewObject.
Interface
.GetColorSet(winmdroot.System.Com.DVASPECT, int, void*, winmdroot.System.Com.DVTARGETDEVICE*, winmdroot.Graphics.Gdi.HDC, winmdroot.Graphics.Gdi.LOGPALETTE**)"/>
33
internal static unsafe winmdroot.Foundation.HRESULT GetColorSet(this winmdroot.System.Ole.IViewObject.
Interface
@this, winmdroot.System.Com.DVASPECT dwDrawAspect, int lindex, void* pvAspect, [Optional] winmdroot.System.Com.DVTARGETDEVICE* ptd, [Optional] winmdroot.Graphics.Gdi.HDC hicTargetDev, out winmdroot.Graphics.Gdi.LOGPALETTE* ppColorSet)
42
/// <inheritdoc cref="winmdroot.System.Ole.IViewObject.
Interface
.Freeze(winmdroot.System.Com.DVASPECT, int, void*, uint*)"/>
43
internal static unsafe winmdroot.Foundation.HRESULT Freeze(this winmdroot.System.Ole.IViewObject.
Interface
@this, winmdroot.System.Com.DVASPECT dwDrawAspect, int lindex, void* pvAspect, out uint pdwFreeze)
52
/// <inheritdoc cref="winmdroot.System.Ole.IViewObject.
Interface
.GetAdvise(uint*, uint*, winmdroot.System.Com.IAdviseSink**)"/>
53
internal static unsafe winmdroot.Foundation.HRESULT GetAdvise(this winmdroot.System.Ole.IViewObject.
Interface
@this, out uint pAspects, out uint pAdvf, winmdroot.System.Com.IAdviseSink** ppAdvSink)
65
/// <inheritdoc cref="winmdroot.System.Ole.IViewObject.
Interface
.GetAdvise(uint*, uint*, winmdroot.System.Com.IAdviseSink**)"/>
66
internal static unsafe winmdroot.Foundation.HRESULT GetAdvise(this winmdroot.System.Ole.IViewObject.
Interface
@this, winmdroot.System.Com.IAdviseSink** ppAdvSink)