3 references to GetPictureType
System.Windows.Forms (3)
winforms\Managed\System\WinForms\AxHost.cs (1)
4809int type = pict.GetPictureType();
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PictureConverter.cs (1)
71switch (nativePicture.GetPictureType()) {
winforms\Managed\System\WinForms\Cursor.cs (1)
633if (picture != null && picture.GetPictureType() == NativeMethods.Ole.PICTYPE_ICON) {