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