3 writes to InternalCurrentIntervals
PresentationCore (3)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (2)
919
_timeManager.
InternalCurrentIntervals
= TimeIntervalCollection.Empty;
3638
_timeManager.
InternalCurrentIntervals
= currentIntervals;
Core\CSharp\System\Windows\Media\Animation\ClockGroup.cs (1)
471
_timeManager.
InternalCurrentIntervals
= currentIntervals;
1 reference to InternalCurrentIntervals
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (1)
3111
parentIntervalCollection = _timeManager.
InternalCurrentIntervals
;