8 references to HasCount
PresentationCore (5)
System\Windows\Media\Animation\Clock.cs (3)
1972if (repeatBehavior.HasCount) 2042if (_currentClockState == ClockState.Filling && repeatBehavior.HasCount && !_currentIterationBeginTime.HasValue) 2487else if (repeatBehavior.HasCount)
System\Windows\Media\Animation\RepeatBehavior.cs (1)
110if (!HasCount)
System\Windows\Media\Animation\RepeatBehaviorConverter.cs (1)
129else 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);