6 references to FrameCount
System.Drawing (6)
commonui\System\Drawing\ImageAnimator.cs (1)
354if (imageInfo.Frame + 1 < imageInfo.FrameCount) {
commonui\System\Drawing\ImageInfo.cs (5)
50Debug.Assert(values.Length == 4 * FrameCount, "PropertyItem has invalid value byte array"); 51frameDelay = new int[FrameCount]; 52for (int i=0; i < FrameCount; ++i) { 61frameDelay = new int[FrameCount]; 83if (value < 0 || value >= FrameCount) {