18 references to Ole
System.Windows.Forms (18)
winforms\Managed\System\WinForms\AxHost.cs (9)
4810
if (type == NativeMethods.
Ole
.PICTYPE_BITMAP) {
4832
if (type == NativeMethods.
Ole
.PICTYPE_BITMAP) {
4846
case NativeMethods.
Ole
.PICTYPE_ICON:
4848
case NativeMethods.
Ole
.PICTYPE_METAFILE:
4853
case NativeMethods.
Ole
.PICTYPE_ENHMETAFILE:
4855
case NativeMethods.
Ole
.PICTYPE_BITMAP:
4857
case NativeMethods.
Ole
.PICTYPE_NONE:
4860
case NativeMethods.
Ole
.PICTYPE_UNINITIALIZED:
6792
iLockBytes.Stat(stat, NativeMethods.
Ole
.STATFLAG_NONAME);
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PictureConverter.cs (2)
72
case NativeMethods.
Ole
.PICTYPE_ICON:
76
case NativeMethods.
Ole
.PICTYPE_BITMAP:
winforms\Managed\System\WinForms\Cursor.cs (1)
633
if (picture != null && picture.GetPictureType() == NativeMethods.
Ole
.PICTYPE_ICON) {
winforms\Managed\System\WinForms\NativeMethods.cs (6)
2709
internal int picType =
Ole
.PICTYPE_BITMAP;
2726
internal int picType =
Ole
.PICTYPE_ICON;
2742
internal int picType =
Ole
.PICTYPE_ENHMETAFILE;
3539
pictdesc.picType =
Ole
.PICTYPE_BITMAP;
3549
pictdesc.picType =
Ole
.PICTYPE_ICON;
3579
if (picType ==
Ole
.PICTYPE_BITMAP)