5 references to PICTYPE_ICON
System.Windows.Forms (5)
winforms\Managed\System\WinForms\AxHost.cs (1)
4846
case NativeMethods.Ole.
PICTYPE_ICON
:
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PictureConverter.cs (1)
72
case NativeMethods.Ole.
PICTYPE_ICON
:
winforms\Managed\System\WinForms\Cursor.cs (1)
633
if (picture != null && picture.GetPictureType() == NativeMethods.Ole.
PICTYPE_ICON
) {
winforms\Managed\System\WinForms\NativeMethods.cs (2)
2726
internal int picType = Ole.
PICTYPE_ICON
;
3549
pictdesc.picType = Ole.
PICTYPE_ICON
;