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