3 writes to InternalCurrentIntervals
PresentationCore (3)
System\Windows\Media\Animation\Clock.cs (2)
903
_timeManager.
InternalCurrentIntervals
= TimeIntervalCollection.Empty;
3617
_timeManager.
InternalCurrentIntervals
= currentIntervals;
System\Windows\Media\Animation\ClockGroup.cs (1)
464
_timeManager.
InternalCurrentIntervals
= currentIntervals;
1 reference to InternalCurrentIntervals
PresentationCore (1)
System\Windows\Media\Animation\Clock.cs (1)
3096
parentIntervalCollection = _timeManager.
InternalCurrentIntervals
;