2 writes to _frameCount
System.Drawing.Common (2)
System\Drawing\ImageInfo.cs (2)
36_frameCount = 1; 40_frameCount = image.GetFrameCount(FrameDimension.Time);
4 references to _frameCount
System.Drawing.Common (4)
System\Drawing\ImageInfo.cs (4)
54Debug.Assert(_frameCount % (values.Length / 4) == 0, "PropertyItem has invalid value byte array. The FrameCount should be evenly divisible by a quarter of the byte array's length."); 56_frameEndTimes = new long[_frameCount]; 59for (int f = 0, i = 0; f < _frameCount; ++f, i += 4) 159_frame = _frameCount - 1;