3 writes to InternalCurrentIntervals
PresentationCore (3)
System\Windows\Media\Animation\Clock.cs (2)
902
_timeManager.
InternalCurrentIntervals
= TimeIntervalCollection.Empty;
3615
_timeManager.
InternalCurrentIntervals
= currentIntervals;
System\Windows\Media\Animation\ClockGroup.cs (1)
463
_timeManager.
InternalCurrentIntervals
= currentIntervals;
1 reference to InternalCurrentIntervals
PresentationCore (1)
System\Windows\Media\Animation\Clock.cs (1)
3094
parentIntervalCollection = _timeManager.
InternalCurrentIntervals
;