2 writes to _repeatDuration
PresentationCore (2)
Core\CSharp\System\Windows\Media\Animation\RepeatBehavior.cs (2)
58
_repeatDuration
= new TimeSpan(0);
76
_repeatDuration
= duration;
5 references to _repeatDuration
PresentationCore (5)
Core\CSharp\System\Windows\Media\Animation\RepeatBehavior.cs (5)
159
return
_repeatDuration
;
205
return
_repeatDuration
== repeatBehavior.
_repeatDuration
;
244
return
_repeatDuration
.GetHashCode();
316
return
_repeatDuration
.ToString();