167 references to DVASPECT
PresentationCore (1)
System\Windows\Ole\WpfOleServices.cs (1)
98
dwAspect = (uint)
DVASPECT
.DVASPECT_CONTENT,
System.Private.Windows.Core (6)
System\Private\Windows\Ole\Composition.ManagedToNativeAdapter.cs (1)
169
if (pformatetc->dwAspect != (uint)
DVASPECT
.DVASPECT_CONTENT)
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (3)
407
dwAspect = (uint)Com.
DVASPECT
.DVASPECT_CONTENT,
472
dwAspect = (uint)Com.
DVASPECT
.DVASPECT_CONTENT,
767
dwAspect = (uint)Com.
DVASPECT
.DVASPECT_CONTENT,
System\Private\Windows\Ole\DragDropHelper.cs (2)
201
dwAspect = (uint)
DVASPECT
.DVASPECT_CONTENT,
359
dwAspect = (uint)
DVASPECT
.DVASPECT_CONTENT,
System.Windows.Forms (58)
System\Windows\Forms\ActiveX\AxHost.cs (5)
243
HRESULT hr = oleObject.Value->GetMiscStatus(
DVASPECT
.DVASPECT_CONTENT, out OLEMISC bits);
1124
HRESULT hr = oleObject.Value->SetExtent(
DVASPECT
.DVASPECT_CONTENT, (SIZE*)&size);
1132
oleObject.Value->GetExtent(
DVASPECT
.DVASPECT_CONTENT, (SIZE*)&size).AssertSuccess();
1133
oleObject.Value->SetExtent(
DVASPECT
.DVASPECT_CONTENT, (SIZE*)&size).AssertSuccess();
1143
oleObject.Value->GetExtent(
DVASPECT
.DVASPECT_CONTENT, (SIZE*)&size).AssertSuccess();
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (19)
406
/// <inheritdoc cref="IViewObject.Interface.Draw(
DVASPECT
, int, void*, DVTARGETDEVICE*, HDC, HDC, RECTL*, RECTL*, nint, nuint)"/>
408
DVASPECT
dwDrawAspect,
422
case
DVASPECT
.DVASPECT_CONTENT:
423
case
DVASPECT
.DVASPECT_OPAQUE:
424
case
DVASPECT
.DVASPECT_TRANSPARENT:
545
internal unsafe HRESULT GetAdvise(
DVASPECT
* pAspects, ADVF* pAdvf, IAdviseSink** ppAdvSink)
549
*pAspects =
DVASPECT
.DVASPECT_CONTENT;
691
/// <inheritdoc cref="IOleObject.GetExtent(
DVASPECT
, SIZE*)"/>
692
internal unsafe void GetExtent(
DVASPECT
dwDrawAspect, Size* pSizel)
694
if (!dwDrawAspect.HasFlag(
DVASPECT
.DVASPECT_CONTENT))
1395
SetAdvise(
DVASPECT
.DVASPECT_CONTENT, 0, (IAdviseSink*)pQaContainer->pAdviseSink);
1398
_control.GetMiscStatus(
DVASPECT
.DVASPECT_CONTENT, out OLEMISC status);
1599
/// <inheritdoc cref="IViewObject.SetAdvise(
DVASPECT
, uint, IAdviseSink*)"/>
1600
internal HRESULT SetAdvise(
DVASPECT
aspects, ADVF advf, IAdviseSink* pAdvSink)
1603
if (!aspects.HasFlag(
DVASPECT
.DVASPECT_CONTENT))
1674
/// <inheritdoc cref="IOleObject.SetExtent(
DVASPECT
, SIZE*)"/>
1675
internal unsafe void SetExtent(
DVASPECT
dwDrawAspect, Size* pSizel)
1677
if (!dwDrawAspect.HasFlag(
DVASPECT
.DVASPECT_CONTENT))
2087
_viewAdviseSink->OnViewChange((int)
DVASPECT
.DVASPECT_CONTENT, -1);
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (28)
265
/// <inheritdoc cref="IOleObject.SetExtent(
DVASPECT
, SIZE*)"/>
266
HRESULT IOleObject.Interface.SetExtent(
DVASPECT
dwDrawAspect, SIZE* psizel)
277
/// <inheritdoc cref="IOleObject.GetExtent(
DVASPECT
, SIZE*)"/>
278
HRESULT IOleObject.Interface.GetExtent(
DVASPECT
dwDrawAspect, SIZE* psizel)
315
/// <inheritdoc cref="IOleObject.GetMiscStatus(
DVASPECT
, OLEMISC*)"/>
316
HRESULT IOleObject.Interface.GetMiscStatus(
DVASPECT
dwAspect, OLEMISC* pdwStatus)
323
if (!dwAspect.HasFlag(
DVASPECT
.DVASPECT_CONTENT))
497
ActiveXInstance.SetExtent(
DVASPECT
.DVASPECT_CONTENT, (Size*)pSizel);
509
ActiveXInstance.GetExtent(
DVASPECT
.DVASPECT_CONTENT, (Size*)pSizel);
513
/// <inheritdoc cref="IViewObject.Draw(
DVASPECT
, int, void*, DVTARGETDEVICE*, HDC, HDC, RECTL*, RECTL*, nint, nuint)"/>
515
DVASPECT
dwDrawAspect,
543
/// <inheritdoc cref="IViewObject.GetColorSet(
DVASPECT
, int, void*, DVTARGETDEVICE*, HDC, LOGPALETTE**)"/>
545
DVASPECT
dwDrawAspect,
554
/// <inheritdoc cref="IViewObject.Freeze(
DVASPECT
, int, void*, uint*)"/>
555
HRESULT IViewObject.Interface.Freeze(
DVASPECT
dwDrawAspect, int lindex, void* pvAspect, uint* pdwFreeze) =>
561
/// <inheritdoc cref="IViewObject.SetAdvise(
DVASPECT
, uint, IAdviseSink*)"/>
562
HRESULT IViewObject.Interface.SetAdvise(
DVASPECT
aspects, uint advf, IAdviseSink* pAdvSink) =>
567
ActiveXInstance.GetAdvise((
DVASPECT
*)pAspects, (ADVF*)pAdvf, ppAdvSink);
569
/// <inheritdoc cref="IViewObject.Draw(
DVASPECT
, int, void*, DVTARGETDEVICE*, HDC, HDC, RECTL*, RECTL*, nint, nuint)"/>
571
DVASPECT
dwDrawAspect,
593
/// <inheritdoc cref="IViewObject.GetColorSet(
DVASPECT
, int, void*, DVTARGETDEVICE*, HDC, LOGPALETTE**)"/>
595
DVASPECT
dwDrawAspect,
603
/// <inheritdoc cref="IViewObject.Freeze(
DVASPECT
, int, void*, uint*)"/>
604
HRESULT IViewObject2.Interface.Freeze(
DVASPECT
dwDrawAspect, int lindex, void* pvAspect, uint* pdwFreeze)
611
/// <inheritdoc cref="IViewObject.SetAdvise(
DVASPECT
, uint, IAdviseSink*)"/>
612
HRESULT IViewObject2.Interface.SetAdvise(
DVASPECT
aspects, uint advf, IAdviseSink* pAdvSink)
619
/// <inheritdoc cref="IOleObject.GetExtent(
DVASPECT
, SIZE*)"/>
620
HRESULT IViewObject2.Interface.GetExtent(
DVASPECT
dwDrawAspect, int lindex, DVTARGETDEVICE* ptd, SIZE* lpsizel)
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (5)
891
HRESULT hr = _axOleObject.GetMiscStatus(
DVASPECT
.DVASPECT_CONTENT, out OLEMISC bits);
1081
HRESULT hr = _axOleObject!.SetExtent(
DVASPECT
.DVASPECT_CONTENT, (SIZE*)&sz);
1089
_axOleObject.GetExtent(
DVASPECT
.DVASPECT_CONTENT, (SIZE*)&sz);
1090
_axOleObject.SetExtent(
DVASPECT
.DVASPECT_CONTENT, (SIZE*)&sz);
1099
_axOleObject!.GetExtent(
DVASPECT
.DVASPECT_CONTENT, (SIZE*)&size);
System\Windows\Forms\OLE\WinFormsOleServices.cs (1)
83
dwAspect = (uint)
DVASPECT
.DVASPECT_CONTENT,
System.Windows.Forms.Design (2)
System\ComponentModel\Design\MultilineStringEditor.OleCallback.cs (2)
105
dwAspect = (uint)
DVASPECT
.DVASPECT_CONTENT,
113
dwAspect = (uint)
DVASPECT
.DVASPECT_CONTENT,
System.Windows.Forms.Primitives (100)
_generated\210\Windows.Win32.IOleObject.g.cs (21)
602
/// <inheritdoc cref="SetExtent(winmdroot.System.Com.
DVASPECT
, winmdroot.Foundation.SIZE*)"/>
604
internal unsafe winmdroot.Foundation.HRESULT SetExtent(winmdroot.System.Com.
DVASPECT
dwDrawAspect, in winmdroot.Foundation.SIZE psizel)
616
private static winmdroot.Foundation.HRESULT SetExtent(IOleObject* pThis, winmdroot.System.Com.
DVASPECT
dwDrawAspect, winmdroot.Foundation.SIZE* psizel)
644
public unsafe winmdroot.Foundation.HRESULT SetExtent(winmdroot.System.Com.
DVASPECT
dwDrawAspect, winmdroot.Foundation.SIZE* psizel)
646
return ((delegate *unmanaged [Stdcall]<IOleObject*,winmdroot.System.Com.
DVASPECT
,winmdroot.Foundation.SIZE* ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((IOleObject*)Unsafe.AsPointer(ref this), dwDrawAspect, psizel);
649
/// <inheritdoc cref="GetExtent(winmdroot.System.Com.
DVASPECT
, winmdroot.Foundation.SIZE*)"/>
651
internal unsafe winmdroot.Foundation.HRESULT GetExtent(winmdroot.System.Com.
DVASPECT
dwDrawAspect, out winmdroot.Foundation.SIZE psizel)
663
private static winmdroot.Foundation.HRESULT GetExtent(IOleObject* pThis, winmdroot.System.Com.
DVASPECT
dwDrawAspect, winmdroot.Foundation.SIZE* psizel)
691
public unsafe winmdroot.Foundation.HRESULT GetExtent(winmdroot.System.Com.
DVASPECT
dwDrawAspect, winmdroot.Foundation.SIZE* psizel)
693
return ((delegate *unmanaged [Stdcall]<IOleObject*,winmdroot.System.Com.
DVASPECT
,winmdroot.Foundation.SIZE* ,winmdroot.Foundation.HRESULT>)lpVtbl[18])((IOleObject*)Unsafe.AsPointer(ref this), dwDrawAspect, psizel);
809
/// <inheritdoc cref="GetMiscStatus(winmdroot.System.Com.
DVASPECT
, winmdroot.System.Ole.OLEMISC*)"/>
811
internal unsafe winmdroot.Foundation.HRESULT GetMiscStatus(winmdroot.System.Com.
DVASPECT
dwAspect, out winmdroot.System.Ole.OLEMISC pdwStatus)
823
private static winmdroot.Foundation.HRESULT GetMiscStatus(IOleObject* pThis, winmdroot.System.Com.
DVASPECT
dwAspect, winmdroot.System.Ole.OLEMISC* pdwStatus)
853
public unsafe winmdroot.Foundation.HRESULT GetMiscStatus(winmdroot.System.Com.
DVASPECT
dwAspect, winmdroot.System.Ole.OLEMISC* pdwStatus)
855
return ((delegate *unmanaged [Stdcall]<IOleObject*,winmdroot.System.Com.
DVASPECT
,winmdroot.System.Ole.OLEMISC* ,winmdroot.Foundation.HRESULT>)lpVtbl[22])((IOleObject*)Unsafe.AsPointer(ref this), dwAspect, pdwStatus);
947
internal delegate *unmanaged [Stdcall]<IOleObject*,winmdroot.System.Com.
DVASPECT
,winmdroot.Foundation.SIZE* ,winmdroot.Foundation.HRESULT> SetExtent_18;
949
internal delegate *unmanaged [Stdcall]<IOleObject*,winmdroot.System.Com.
DVASPECT
,winmdroot.Foundation.SIZE* ,winmdroot.Foundation.HRESULT> GetExtent_19;
957
internal delegate *unmanaged [Stdcall]<IOleObject*,winmdroot.System.Com.
DVASPECT
,winmdroot.System.Ole.OLEMISC* ,winmdroot.Foundation.HRESULT> GetMiscStatus_23;
1048
unsafe winmdroot.Foundation.HRESULT SetExtent(winmdroot.System.Com.
DVASPECT
dwDrawAspect, winmdroot.Foundation.SIZE* psizel);
1051
unsafe winmdroot.Foundation.HRESULT GetExtent(winmdroot.System.Com.
DVASPECT
dwDrawAspect, winmdroot.Foundation.SIZE* psizel);
1063
unsafe winmdroot.Foundation.HRESULT GetMiscStatus(winmdroot.System.Com.
DVASPECT
dwAspect, winmdroot.System.Ole.OLEMISC* pdwStatus);
_generated\277\Windows.Win32.IViewObject.g.cs (26)
57
/// <inheritdoc cref="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)"/>
59
internal unsafe void Draw(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)
69
private static winmdroot.Foundation.HRESULT Draw(IViewObject* pThis, 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)
109
public unsafe void Draw(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)
111
((delegate *unmanaged [Stdcall]<IViewObject*,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 ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IViewObject*)Unsafe.AsPointer(ref this), dwDrawAspect, lindex, pvAspect, ptd, hdcTargetDev, hdcDraw, lprcBounds, lprcWBounds, pfnContinue, dwContinue).ThrowOnFailure();
114
/// <inheritdoc cref="GetColorSet(winmdroot.System.Com.
DVASPECT
, int, void*, winmdroot.System.Com.DVTARGETDEVICE*, winmdroot.Graphics.Gdi.HDC, winmdroot.Graphics.Gdi.LOGPALETTE**)"/>
116
internal unsafe void GetColorSet(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)
127
private static winmdroot.Foundation.HRESULT GetColorSet(IViewObject* pThis, winmdroot.System.Com.
DVASPECT
dwDrawAspect, int lindex, void* pvAspect, [Optional] winmdroot.System.Com.DVTARGETDEVICE* ptd, [Optional] winmdroot.Graphics.Gdi.HDC hicTargetDev, winmdroot.Graphics.Gdi.LOGPALETTE** ppColorSet)
159
public unsafe void GetColorSet(winmdroot.System.Com.
DVASPECT
dwDrawAspect, int lindex, void* pvAspect, [Optional] winmdroot.System.Com.DVTARGETDEVICE* ptd, [Optional] winmdroot.Graphics.Gdi.HDC hicTargetDev, winmdroot.Graphics.Gdi.LOGPALETTE** ppColorSet)
161
((delegate *unmanaged [Stdcall]<IViewObject*,winmdroot.System.Com.
DVASPECT
,int ,void* ,winmdroot.System.Com.DVTARGETDEVICE* ,winmdroot.Graphics.Gdi.HDC ,winmdroot.Graphics.Gdi.LOGPALETTE** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IViewObject*)Unsafe.AsPointer(ref this), dwDrawAspect, lindex, pvAspect, ptd, hicTargetDev, ppColorSet).ThrowOnFailure();
164
/// <inheritdoc cref="Freeze(winmdroot.System.Com.
DVASPECT
, int, void*, uint*)"/>
166
internal unsafe void Freeze(winmdroot.System.Com.
DVASPECT
dwDrawAspect, int lindex, void* pvAspect, out uint pdwFreeze)
177
private static winmdroot.Foundation.HRESULT Freeze(IViewObject* pThis, winmdroot.System.Com.
DVASPECT
dwDrawAspect, int lindex, void* pvAspect, uint* pdwFreeze)
207
public unsafe void Freeze(winmdroot.System.Com.
DVASPECT
dwDrawAspect, int lindex, void* pvAspect, uint* pdwFreeze)
209
((delegate *unmanaged [Stdcall]<IViewObject*,winmdroot.System.Com.
DVASPECT
,int ,void* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IViewObject*)Unsafe.AsPointer(ref this), dwDrawAspect, lindex, pvAspect, pdwFreeze).ThrowOnFailure();
249
private static winmdroot.Foundation.HRESULT SetAdvise(IViewObject* pThis, winmdroot.System.Com.
DVASPECT
aspects, uint advf, winmdroot.System.Com.IAdviseSink* pAdvSink)
282
public unsafe void SetAdvise(winmdroot.System.Com.
DVASPECT
aspects, uint advf, winmdroot.System.Com.IAdviseSink* pAdvSink)
284
((delegate *unmanaged [Stdcall]<IViewObject*,winmdroot.System.Com.
DVASPECT
,uint ,winmdroot.System.Com.IAdviseSink* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IViewObject*)Unsafe.AsPointer(ref this), aspects, advf, pAdvSink).ThrowOnFailure();
368
internal delegate *unmanaged [Stdcall]<IViewObject*,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 ,winmdroot.Foundation.HRESULT> Draw_4;
370
internal delegate *unmanaged [Stdcall]<IViewObject*,winmdroot.System.Com.
DVASPECT
,int ,void* ,winmdroot.System.Com.DVTARGETDEVICE* ,winmdroot.Graphics.Gdi.HDC ,winmdroot.Graphics.Gdi.LOGPALETTE** ,winmdroot.Foundation.HRESULT> GetColorSet_5;
372
internal delegate *unmanaged [Stdcall]<IViewObject*,winmdroot.System.Com.
DVASPECT
,int ,void* ,uint* ,winmdroot.Foundation.HRESULT> Freeze_6;
376
internal delegate *unmanaged [Stdcall]<IViewObject*,winmdroot.System.Com.
DVASPECT
,uint ,winmdroot.System.Com.IAdviseSink* ,winmdroot.Foundation.HRESULT> SetAdvise_8;
410
unsafe winmdroot.Foundation.HRESULT Draw(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);
413
unsafe winmdroot.Foundation.HRESULT GetColorSet(winmdroot.System.Com.
DVASPECT
dwDrawAspect, int lindex, void* pvAspect, [Optional] winmdroot.System.Com.DVTARGETDEVICE* ptd, [Optional] winmdroot.Graphics.Gdi.HDC hicTargetDev, winmdroot.Graphics.Gdi.LOGPALETTE** ppColorSet);
416
unsafe winmdroot.Foundation.HRESULT Freeze(winmdroot.System.Com.
DVASPECT
dwDrawAspect, int lindex, void* pvAspect, uint* pdwFreeze);
422
unsafe winmdroot.Foundation.HRESULT SetAdvise(winmdroot.System.Com.
DVASPECT
aspects, uint advf, winmdroot.System.Com.IAdviseSink* pAdvSink);
_generated\278\Windows.Win32.IViewObject2.g.cs (33)
57
/// <inheritdoc cref="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)"/>
59
internal unsafe void Draw(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)
69
private static winmdroot.Foundation.HRESULT Draw(IViewObject2* pThis, 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)
86
public unsafe void Draw(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)
88
((delegate *unmanaged [Stdcall]<IViewObject2*,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 ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IViewObject2*)Unsafe.AsPointer(ref this), dwDrawAspect, lindex, pvAspect, ptd, hdcTargetDev, hdcDraw, lprcBounds, lprcWBounds, pfnContinue, dwContinue).ThrowOnFailure();
91
/// <inheritdoc cref="GetColorSet(winmdroot.System.Com.
DVASPECT
, int, void*, winmdroot.System.Com.DVTARGETDEVICE*, winmdroot.Graphics.Gdi.HDC, winmdroot.Graphics.Gdi.LOGPALETTE**)"/>
93
internal unsafe void GetColorSet(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)
104
private static winmdroot.Foundation.HRESULT GetColorSet(IViewObject2* pThis, winmdroot.System.Com.
DVASPECT
dwDrawAspect, int lindex, void* pvAspect, [Optional] winmdroot.System.Com.DVTARGETDEVICE* ptd, [Optional] winmdroot.Graphics.Gdi.HDC hicTargetDev, winmdroot.Graphics.Gdi.LOGPALETTE** ppColorSet)
121
public unsafe void GetColorSet(winmdroot.System.Com.
DVASPECT
dwDrawAspect, int lindex, void* pvAspect, [Optional] winmdroot.System.Com.DVTARGETDEVICE* ptd, [Optional] winmdroot.Graphics.Gdi.HDC hicTargetDev, winmdroot.Graphics.Gdi.LOGPALETTE** ppColorSet)
123
((delegate *unmanaged [Stdcall]<IViewObject2*,winmdroot.System.Com.
DVASPECT
,int ,void* ,winmdroot.System.Com.DVTARGETDEVICE* ,winmdroot.Graphics.Gdi.HDC ,winmdroot.Graphics.Gdi.LOGPALETTE** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IViewObject2*)Unsafe.AsPointer(ref this), dwDrawAspect, lindex, pvAspect, ptd, hicTargetDev, ppColorSet).ThrowOnFailure();
126
/// <inheritdoc cref="Freeze(winmdroot.System.Com.
DVASPECT
, int, void*, uint*)"/>
128
internal unsafe void Freeze(winmdroot.System.Com.
DVASPECT
dwDrawAspect, int lindex, void* pvAspect, out uint pdwFreeze)
139
private static winmdroot.Foundation.HRESULT Freeze(IViewObject2* pThis, winmdroot.System.Com.
DVASPECT
dwDrawAspect, int lindex, void* pvAspect, uint* pdwFreeze)
156
public unsafe void Freeze(winmdroot.System.Com.
DVASPECT
dwDrawAspect, int lindex, void* pvAspect, uint* pdwFreeze)
158
((delegate *unmanaged [Stdcall]<IViewObject2*,winmdroot.System.Com.
DVASPECT
,int ,void* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IViewObject2*)Unsafe.AsPointer(ref this), dwDrawAspect, lindex, pvAspect, pdwFreeze).ThrowOnFailure();
189
private static winmdroot.Foundation.HRESULT SetAdvise(IViewObject2* pThis, winmdroot.System.Com.
DVASPECT
aspects, uint advf, winmdroot.System.Com.IAdviseSink* pAdvSink)
206
public unsafe void SetAdvise(winmdroot.System.Com.
DVASPECT
aspects, uint advf, winmdroot.System.Com.IAdviseSink* pAdvSink)
208
((delegate *unmanaged [Stdcall]<IViewObject2*,winmdroot.System.Com.
DVASPECT
,uint ,winmdroot.System.Com.IAdviseSink* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IViewObject2*)Unsafe.AsPointer(ref this), aspects, advf, pAdvSink).ThrowOnFailure();
255
/// <inheritdoc cref="GetExtent(winmdroot.System.Com.
DVASPECT
, int, winmdroot.System.Com.DVTARGETDEVICE*, winmdroot.Foundation.SIZE*)"/>
257
internal unsafe void GetExtent(winmdroot.System.Com.
DVASPECT
dwDrawAspect, int lindex, winmdroot.System.Com.DVTARGETDEVICE* ptd, out winmdroot.Foundation.SIZE lpsizel)
268
private static winmdroot.Foundation.HRESULT GetExtent(IViewObject2* pThis, winmdroot.System.Com.
DVASPECT
dwDrawAspect, int lindex, winmdroot.System.Com.DVTARGETDEVICE* ptd, winmdroot.Foundation.SIZE* lpsizel)
299
public unsafe void GetExtent(winmdroot.System.Com.
DVASPECT
dwDrawAspect, int lindex, winmdroot.System.Com.DVTARGETDEVICE* ptd, winmdroot.Foundation.SIZE* lpsizel)
301
((delegate *unmanaged [Stdcall]<IViewObject2*,winmdroot.System.Com.
DVASPECT
,int ,winmdroot.System.Com.DVTARGETDEVICE* ,winmdroot.Foundation.SIZE* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IViewObject2*)Unsafe.AsPointer(ref this), dwDrawAspect, lindex, ptd, lpsizel).ThrowOnFailure();
333
internal delegate *unmanaged [Stdcall]<IViewObject2*,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 ,winmdroot.Foundation.HRESULT> Draw_4;
335
internal delegate *unmanaged [Stdcall]<IViewObject2*,winmdroot.System.Com.
DVASPECT
,int ,void* ,winmdroot.System.Com.DVTARGETDEVICE* ,winmdroot.Graphics.Gdi.HDC ,winmdroot.Graphics.Gdi.LOGPALETTE** ,winmdroot.Foundation.HRESULT> GetColorSet_5;
337
internal delegate *unmanaged [Stdcall]<IViewObject2*,winmdroot.System.Com.
DVASPECT
,int ,void* ,uint* ,winmdroot.Foundation.HRESULT> Freeze_6;
341
internal delegate *unmanaged [Stdcall]<IViewObject2*,winmdroot.System.Com.
DVASPECT
,uint ,winmdroot.System.Com.IAdviseSink* ,winmdroot.Foundation.HRESULT> SetAdvise_8;
345
internal delegate *unmanaged [Stdcall]<IViewObject2*,winmdroot.System.Com.
DVASPECT
,int ,winmdroot.System.Com.DVTARGETDEVICE* ,winmdroot.Foundation.SIZE* ,winmdroot.Foundation.HRESULT> GetExtent_10;
378
unsafe new winmdroot.Foundation.HRESULT Draw(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);
381
unsafe new winmdroot.Foundation.HRESULT GetColorSet(winmdroot.System.Com.
DVASPECT
dwDrawAspect, int lindex, void* pvAspect, [Optional] winmdroot.System.Com.DVTARGETDEVICE* ptd, [Optional] winmdroot.Graphics.Gdi.HDC hicTargetDev, winmdroot.Graphics.Gdi.LOGPALETTE** ppColorSet);
384
unsafe new winmdroot.Foundation.HRESULT Freeze(winmdroot.System.Com.
DVASPECT
dwDrawAspect, int lindex, void* pvAspect, uint* pdwFreeze);
390
unsafe new winmdroot.Foundation.HRESULT SetAdvise(winmdroot.System.Com.
DVASPECT
aspects, uint advf, winmdroot.System.Com.IAdviseSink* pAdvSink);
396
unsafe winmdroot.Foundation.HRESULT GetExtent(winmdroot.System.Com.
DVASPECT
dwDrawAspect, int lindex, winmdroot.System.Com.DVTARGETDEVICE* ptd, winmdroot.Foundation.SIZE* lpsizel);
_generated\507\Windows.Win32.System_Ole_IOleObject_Extensions.g.cs (6)
69
/// <inheritdoc cref="winmdroot.System.Ole.IOleObject.Interface.SetExtent(winmdroot.System.Com.
DVASPECT
, winmdroot.Foundation.SIZE*)"/>
70
internal static unsafe winmdroot.Foundation.HRESULT SetExtent(this winmdroot.System.Ole.IOleObject.Interface @this, winmdroot.System.Com.
DVASPECT
dwDrawAspect, in winmdroot.Foundation.SIZE psizel)
79
/// <inheritdoc cref="winmdroot.System.Ole.IOleObject.Interface.GetExtent(winmdroot.System.Com.
DVASPECT
, winmdroot.Foundation.SIZE*)"/>
80
internal static unsafe winmdroot.Foundation.HRESULT GetExtent(this winmdroot.System.Ole.IOleObject.Interface @this, winmdroot.System.Com.
DVASPECT
dwDrawAspect, out winmdroot.Foundation.SIZE psizel)
99
/// <inheritdoc cref="winmdroot.System.Ole.IOleObject.Interface.GetMiscStatus(winmdroot.System.Com.
DVASPECT
, winmdroot.System.Ole.OLEMISC*)"/>
100
internal static unsafe winmdroot.Foundation.HRESULT GetMiscStatus(this winmdroot.System.Ole.IOleObject.Interface @this, winmdroot.System.Com.
DVASPECT
dwAspect, out winmdroot.System.Ole.OLEMISC pdwStatus)
_generated\521\Windows.Win32.System_Ole_IViewObject2_Extensions.g.cs (8)
23
/// <inheritdoc cref="winmdroot.System.Ole.IViewObject2.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.IViewObject2.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.IViewObject2.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.IViewObject2.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.IViewObject2.Interface.Freeze(winmdroot.System.Com.
DVASPECT
, int, void*, uint*)"/>
43
internal static unsafe winmdroot.Foundation.HRESULT Freeze(this winmdroot.System.Ole.IViewObject2.Interface @this, winmdroot.System.Com.
DVASPECT
dwDrawAspect, int lindex, void* pvAspect, out uint pdwFreeze)
72
/// <inheritdoc cref="winmdroot.System.Ole.IViewObject2.Interface.GetExtent(winmdroot.System.Com.
DVASPECT
, int, winmdroot.System.Com.DVTARGETDEVICE*, winmdroot.Foundation.SIZE*)"/>
73
internal static unsafe winmdroot.Foundation.HRESULT GetExtent(this winmdroot.System.Ole.IViewObject2.Interface @this, winmdroot.System.Com.
DVASPECT
dwDrawAspect, int lindex, winmdroot.System.Com.DVTARGETDEVICE* ptd, out winmdroot.Foundation.SIZE lpsizel)
_generated\522\Windows.Win32.System_Ole_IViewObject_Extensions.g.cs (6)
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)