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