3 references to OleCreateIPictureIndirect
System.Windows.Forms (3)
winforms\Managed\System\WinForms\AxHost.cs (2)
4769return UnsafeNativeMethods.OleCreateIPictureIndirect(pictdesc, ref ipicture_Guid, true); 4782return UnsafeNativeMethods.OleCreateIPictureIndirect(pictdesc, ref ipicture_Guid, true);
winforms\Managed\System\WinForms\Cursor.cs (1)
629picture = UnsafeNativeMethods.OleCreateIPictureIndirect(null, ref g, true);