7 references to Exif
System.Drawing.Common (3)
System\Drawing\ImageFormatConverter.cs (3)
52return ImageFormat.Exif; 91else if (imgFormat.Guid.Equals(ImageFormat.Exif.Guid)) 135ImageFormat.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 }; 52yield return new object[] { "Exif", ImageFormat.Exif };
System\Drawing\Printing\PrinterSettingsTests.cs (1)
389yield return new object[] { ImageFormat.Exif };