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