24 references to MemoryBmp
System.Drawing.Common.Tests (22)
mono\System.Drawing.Imaging\IconCodecTests.cs (1)
49Assert.True(bmp.RawFormat.Equals(ImageFormat.MemoryBmp));
mono\System.Drawing\BitmapTests.cs (5)
780Assert.Equal(ImageFormat.MemoryBmp, bmp.RawFormat); 1188Assert.Equal(b.RawFormat, ImageFormat.MemoryBmp); 1287Assert.Equal(image.RawFormat, ImageFormat.MemoryBmp); 1314Assert.Equal(image.RawFormat, ImageFormat.MemoryBmp); 1323Assert.Equal(image2.RawFormat, ImageFormat.MemoryBmp);
System\Drawing\BitmapTests.cs (11)
168Assert.Equal(ImageFormat.MemoryBmp, bitmap.RawFormat); 192Assert.Equal(ImageFormat.MemoryBmp, bitmap.RawFormat); 211Assert.Equal(ImageFormat.MemoryBmp, bitmap.RawFormat); 291Assert.Equal(ImageFormat.MemoryBmp, bitmap.RawFormat); 308Assert.Equal(ImageFormat.MemoryBmp, bitmap.RawFormat); 325Assert.Equal(ImageFormat.MemoryBmp, bitmap.RawFormat); 336Assert.Equal(ImageFormat.MemoryBmp, bitmap.RawFormat); 607Assert.Equal(ImageFormat.MemoryBmp, result.RawFormat); 620Assert.Equal(ImageFormat.MemoryBmp, result.RawFormat); 629Assert.Equal(ImageFormat.MemoryBmp, result.RawFormat); 704Assert.Equal(ImageFormat.MemoryBmp, result.RawFormat);
System\Drawing\IconTests.cs (1)
530Assert.Equal(ImageFormat.MemoryBmp, bitmap.RawFormat);
System\Drawing\ImageFormatConverterTests.cs (1)
97Assert.Equal(ImageFormat.MemoryBmp, ConvertFromName("MemoryBmp"));
System\Drawing\Imaging\ImageFormatTests.cs (2)
32yield return new object[] { MemoryBmpImageFormat.Guid, ImageFormat.MemoryBmp }; 54yield return new object[] { "MemoryBMP", ImageFormat.MemoryBmp };
System\Drawing\Printing\PrinterSettingsTests.cs (1)
392yield return new object[] { ImageFormat.MemoryBmp };
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ImageListImageTests.cs (1)
87result.Image.RawFormat.Should().Be(Drawing.Imaging.ImageFormat.MemoryBmp);
WindowsFormsIntegration (1)
System\Windows\Integration\Convert.cs (1)
152if (IntermediateFormat.Guid.CompareTo(SDI.ImageFormat.MemoryBmp.Guid) == 0)