1 implementation of Draw
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (1)
514
HRESULT IViewObject.Interface.
Draw
(
5 references to Draw
System.Windows.Forms (2)
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 (1)
581
=> ((IViewObject.Interface)this).
Draw
(
System.Windows.Forms.Primitives (3)
Windows.Win32.IViewObject.g.cs (1)
75
return __object.
Draw
(dwDrawAspect, lindex, pvAspect, ptd, hdcTargetDev, hdcDraw, lprcBounds, lprcWBounds, pfnContinue, dwContinue);
Windows.Win32.System_Ole_IViewObject_Extensions.g.cs (2)
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)"/>
28
winmdroot.Foundation.HRESULT __result = @this.
Draw
(dwDrawAspect, lindex, pvAspect, ptd, hdcTargetDev, hdcDraw, lprcBounds.HasValue ? &lprcBoundsLocal : null, lprcWBounds.HasValue ? &lprcWBoundsLocal : null, pfnContinue, dwContinue);