7 references to PICTYPE_BITMAP
System.Windows.Forms (7)
winforms\Managed\System\WinForms\AxHost.cs (3)
4810if (type == NativeMethods.Ole.PICTYPE_BITMAP) { 4832if (type == NativeMethods.Ole.PICTYPE_BITMAP) { 4855case NativeMethods.Ole.PICTYPE_BITMAP:
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PictureConverter.cs (1)
76case NativeMethods.Ole.PICTYPE_BITMAP:
winforms\Managed\System\WinForms\NativeMethods.cs (3)
2709internal int picType = Ole.PICTYPE_BITMAP; 3539pictdesc.picType = Ole.PICTYPE_BITMAP; 3579if (picType == Ole.PICTYPE_BITMAP)