6 references to Count
PresentationCore (6)
System\Windows\Media\Animation\Clock.cs (5)
1975Double repeatCount = repeatBehavior.Count; 2069double scalingFactor = repeatBehavior.Count; 2490if (repeatBehavior.Count == 0) // This clause avoids multiplying an infinite duration by zero 2503double scalingFactor = repeatBehavior.Count / _appliedSpeedRatio; 2517double presentAndFutureIterations = repeatBehavior.Count;
System\Windows\Media\Animation\RepeatBehaviorConverter.cs (1)
133return new InstanceDescriptor(mi, new object[] { repeatBehavior.Count });