1 write to FormatID
System.Drawing.Common (1)
System\Drawing\Imaging\ImageCodecInfo.cs (1)
92FormatID = codecInfo[i].FormatID,
3 references to FormatID
System.Drawing.Common (1)
System\Drawing\Image.cs (1)
317this.Save(stream, encoder.Clsid, encoder.FormatID, nativeParameters);
System.Drawing.Common.Tests (2)
System\Drawing\ImageTests.cs (1)
652ImageCodecInfo codec = codecs.Single(c => c.FormatID == format.Guid);
System\Drawing\Imaging\ImageCodecInfoTests.cs (1)
96Assert.Equal(format.Guid, codecInfo.FormatID);