33 references to PICTYPE
System.Private.Windows.Core (13)
_generated\154\Windows.Win32.IPicture.g.cs (8)
145
/// <inheritdoc cref="get_Type(winmdroot.System.Ole.
PICTYPE
*)"/>
146
internal unsafe winmdroot.Foundation.HRESULT get_Type(out winmdroot.System.Ole.
PICTYPE
pType)
148
fixed (winmdroot.System.Ole.
PICTYPE
* pTypeLocal = &pType)
158
private static winmdroot.Foundation.HRESULT get_Type(IPicture* pThis, winmdroot.System.Ole.
PICTYPE
* pType)
184
public unsafe winmdroot.Foundation.HRESULT get_Type(winmdroot.System.Ole.
PICTYPE
* pType)
186
return ((delegate *unmanaged [Stdcall]<IPicture*,winmdroot.System.Ole.
PICTYPE
* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IPicture*)Unsafe.AsPointer(ref this), pType);
679
internal delegate *unmanaged [Stdcall]<IPicture*,winmdroot.System.Ole.
PICTYPE
* ,winmdroot.Foundation.HRESULT> get_Type_6;
747
unsafe winmdroot.Foundation.HRESULT get_Type(winmdroot.System.Ole.
PICTYPE
* pType);
_generated\191\Windows.Win32.PICTDESC.g.cs (2)
36
internal
PICTYPE
picType
38
get => (
PICTYPE
)this._picType;
_generated\250\Windows.Win32.System_Ole_IPicture_Extensions.g.cs (3)
43
/// <inheritdoc cref="winmdroot.System.Ole.IPicture.Interface.get_Type(winmdroot.System.Ole.
PICTYPE
*)"/>
44
internal static unsafe winmdroot.Foundation.HRESULT get_Type(this winmdroot.System.Ole.IPicture.Interface @this, out winmdroot.System.Ole.
PICTYPE
pType)
46
fixed (winmdroot.System.Ole.
PICTYPE
* pTypeLocal = &pType)
System.Private.Windows.GdiPlus (3)
System\Drawing\IIconExtensions.cs (1)
16
picType =
PICTYPE
.PICTYPE_ICON
Windows\Win32\Graphics\GdiPlus\GpBitmapExtensions.cs (1)
58
picType =
PICTYPE
.PICTYPE_BITMAP
Windows\Win32\Graphics\GdiPlus\GpMetafileExtensions.cs (1)
25
picType =
PICTYPE
.PICTYPE_ENHMETAFILE
System.Windows.Forms (5)
System\Windows\Forms\ComponentModel\COM2Interop\COM2PictureConverter.cs (3)
61
picture.Value->get_Type(out
PICTYPE
type).ThrowOnFailure();
65
case
PICTYPE
.PICTYPE_ICON:
69
case
PICTYPE
.PICTYPE_BITMAP:
System\Windows\Forms\Input\Cursor.cs (2)
413
picture.Value->get_Type(out
PICTYPE
type).ThrowOnFailure();
415
if (type ==
PICTYPE
.PICTYPE_ICON)
System.Windows.Forms.Primitives (12)
System\Drawing\ImageExtensions.cs (12)
19
PICTYPE
type,
26
case
PICTYPE
.PICTYPE_ICON:
28
case
PICTYPE
.PICTYPE_METAFILE:
40
case
PICTYPE
.PICTYPE_ENHMETAFILE:
46
case
PICTYPE
.PICTYPE_BITMAP:
48
case
PICTYPE
.PICTYPE_NONE:
51
case
PICTYPE
.PICTYPE_UNINITIALIZED:
66
PICTYPE
type = (
PICTYPE
)variant.data.iVal;
67
if (type ==
PICTYPE
.PICTYPE_BITMAP)
89
picture->get_Type(out
PICTYPE
type).ThrowOnFailure();
90
if (type ==
PICTYPE
.PICTYPE_BITMAP)