13 references to IPicture
System.Windows.Forms (13)
winforms\Managed\System\WinForms\AxHost.cs (3)
132
private static Guid ipicture_Guid = typeof(UnsafeNativeMethods.
IPicture
).GUID;
4808
UnsafeNativeMethods.
IPicture
pict = (UnsafeNativeMethods.
IPicture
)picture;
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PictureConverter.cs (5)
59
Debug.Assert(nativeValue is UnsafeNativeMethods.
IPicture
, "nativevalue is not IPicture");
61
UnsafeNativeMethods.
IPicture
nativePicture = (UnsafeNativeMethods.
IPicture
)nativeValue;
111
Guid g = typeof(UnsafeNativeMethods.
IPicture
).GUID;
126
UnsafeNativeMethods.
IPicture
pict = UnsafeNativeMethods.OleCreatePictureIndirect(pictdesc, ref g, own);
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (1)
161
oleConverters[typeof(UnsafeNativeMethods.
IPicture
).GUID] = typeof(Com2PictureConverter);
winforms\Managed\System\WinForms\Cursor.cs (2)
623
Guid g = typeof(UnsafeNativeMethods.
IPicture
).GUID;
624
UnsafeNativeMethods.
IPicture
picture = null;
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (2)
349
public static extern UnsafeNativeMethods.
IPicture
OleCreateIPictureIndirect([MarshalAs(UnmanagedType.AsAny)]object pictdesc, ref Guid iid, bool fOwn);
356
public static extern UnsafeNativeMethods.
IPicture
OleCreatePictureIndirect(NativeMethods.PICTDESC pictdesc, [In]ref Guid refiid, bool fOwn);