3 writes to InternalCurrentIntervals
PresentationCore (3)
System\Windows\Media\Animation\Clock.cs (2)
916
_timeManager.
InternalCurrentIntervals
= TimeIntervalCollection.Empty;
3630
_timeManager.
InternalCurrentIntervals
= currentIntervals;
System\Windows\Media\Animation\ClockGroup.cs (1)
469
_timeManager.
InternalCurrentIntervals
= currentIntervals;
1 reference to InternalCurrentIntervals
PresentationCore (1)
System\Windows\Media\Animation\Clock.cs (1)
3109
parentIntervalCollection = _timeManager.
InternalCurrentIntervals
;