1 implementation of GetColorSet
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (1)
544
HRESULT IViewObject.Interface.
GetColorSet
(
4 references to GetColorSet
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (1)
601
=> ((IViewObject.Interface)this).
GetColorSet
(dwDrawAspect, lindex, pvAspect, ptd, hdcTargetDev, ppColorSet);
System.Windows.Forms.Primitives (3)
Windows.Win32.IViewObject.g.cs (1)
132
return __object.
GetColorSet
(dwDrawAspect, lindex, pvAspect, ptd, hicTargetDev, ppColorSet);
Windows.Win32.System_Ole_IViewObject_Extensions.g.cs (2)
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**)"/>
37
winmdroot.Foundation.HRESULT __result = @this.
GetColorSet
(dwDrawAspect, lindex, pvAspect, ptd, hicTargetDev, ppColorSetLocal);