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