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)
774Assert.Equal(ImageFormat.MemoryBmp, bmp.RawFormat); 1182Assert.Equal(b.RawFormat, ImageFormat.MemoryBmp); 1281Assert.Equal(image.RawFormat, ImageFormat.MemoryBmp); 1308Assert.Equal(image.RawFormat, ImageFormat.MemoryBmp); 1317Assert.Equal(image2.RawFormat, ImageFormat.MemoryBmp);
System\Drawing\BitmapTests.cs (11)
167Assert.Equal(ImageFormat.MemoryBmp, bitmap.RawFormat); 191Assert.Equal(ImageFormat.MemoryBmp, bitmap.RawFormat); 210Assert.Equal(ImageFormat.MemoryBmp, bitmap.RawFormat); 290Assert.Equal(ImageFormat.MemoryBmp, bitmap.RawFormat); 307Assert.Equal(ImageFormat.MemoryBmp, bitmap.RawFormat); 324Assert.Equal(ImageFormat.MemoryBmp, bitmap.RawFormat); 335Assert.Equal(ImageFormat.MemoryBmp, bitmap.RawFormat); 606Assert.Equal(ImageFormat.MemoryBmp, result.RawFormat); 619Assert.Equal(ImageFormat.MemoryBmp, result.RawFormat); 628Assert.Equal(ImageFormat.MemoryBmp, result.RawFormat); 703Assert.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 }; 56yield 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)
85result.Image.RawFormat.Should().Be(Drawing.Imaging.ImageFormat.MemoryBmp);
WindowsFormsIntegration (1)
System\Windows\Integration\Convert.cs (1)
148if (IntermediateFormat.Guid.CompareTo(SDI.ImageFormat.MemoryBmp.Guid) == 0)