4 references to MemoryBmp
System.Drawing.Common (3)
System\Drawing\ImageFormatConverter.cs (3)
60return ImageFormat.MemoryBmp; 99else if (imgFormat.Guid.Equals(ImageFormat.MemoryBmp.Guid)) 127ImageFormat.MemoryBmp,
WindowsFormsIntegration (1)
System\Windows\Integration\Convert.cs (1)
148if (IntermediateFormat.Guid.CompareTo(SDI.ImageFormat.MemoryBmp.Guid) == 0)