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