4 references to Exif
System.Drawing.Common.Tests (4)
System\Drawing\ImageFormatConverterTests.cs (1)
93
Assert.Equal(ImageFormat.
Exif
, ConvertFromName("Exif"));
System\Drawing\Imaging\ImageFormatTests.cs (2)
28
yield return new object[] { ExifImageFormat.Guid, ImageFormat.
Exif
};
50
yield return new object[] { "Exif", ImageFormat.
Exif
};
System\Drawing\Printing\PrinterSettingsTests.cs (1)
389
yield return new object[] { ImageFormat.
Exif
};