1 implementation of IIcon
System.Drawing.Common (1)
System\Drawing\Icon.cs (1)
18public sealed unsafe partial class Icon : MarshalByRefObject, ICloneable, IDisposable, ISerializable, IIcon
5 references to IIcon
System.Private.Windows.GdiPlus (5)
System\Drawing\IIconExtensions.cs (3)
12internal static unsafe PICTDESC CreatePICTDESC(this IIcon icon, bool copy) 33internal static object CreateIPictureRCW(this IIcon icon, bool copy) 40internal static ComScope<IPicture> CreateIPicture(this IIcon icon, bool copy)
Windows\Win32\System\Ole\IPicture.cs (2)
27public static object CreateObjectFromIcon(IIcon icon, bool copy) 34public static ComScope<IPicture> CreateFromIcon(IIcon icon, bool copy)