8 references to HasCount
PresentationCore (5)
System\Windows\Media\Animation\Clock.cs (3)
1971if (repeatBehavior.HasCount) 2041if (_currentClockState == ClockState.Filling && repeatBehavior.HasCount && !_currentIterationBeginTime.HasValue) 2486else if (repeatBehavior.HasCount)
System\Windows\Media\Animation\RepeatBehavior.cs (1)
109if (!HasCount)
System\Windows\Media\Animation\RepeatBehaviorConverter.cs (1)
128else if (repeatBehavior.HasCount)
PresentationCore.Tests (3)
System\Windows\Media\Animation\RepeatBehavior.Tests.cs (3)
39Assert.True(behavior.HasCount); 91Assert.False(behavior.HasCount); 117Assert.False(behavior.HasCount);