2 writes to _timeManager
PresentationCore (2)
System\Windows\Media\Animation\Clock.cs (1)
3807
subtree.Current.
_timeManager
= timeManager;
System\Windows\Media\Animation\ClockGroup.cs (1)
420
_timeManager
= timeManager;
34 references to _timeManager
PresentationCore (34)
System\Windows\Media\Animation\Clock.cs (29)
537
if (
_timeManager
== null)
543
return
_timeManager
.InternalCurrentGlobalTime;
559
return
_timeManager
.InternalCurrentGlobalTime;
894
if (
_timeManager
== null || HasDescendantsWithUnresolvedDuration)
916
_timeManager
.InternalCurrentIntervals = TimeIntervalCollection.Empty;
1090
_timeManager
.AddToEventQueue(this);
1110
_timeManager
.AddToEventQueue(this);
1131
_timeManager
.AddToEventQueue(this);
1148
_timeManager
.AddToEventQueue(this);
1167
_timeManager
.AddToEventQueue(this);
1853
_beginTime +=
_timeManager
.LastTickDelta;
1858
_currentIterationBeginTime +=
_timeManager
.LastTickDelta;
1919
_rootData.CurrentAdjustedGlobalTime = GetCurrentDesiredFrameTime(
_timeManager
.InternalCurrentGlobalTime);
3097
if (
_timeManager
== null ||
_timeManager
.InternalIsStopped)
3109
parentIntervalCollection =
_timeManager
.InternalCurrentIntervals;
3125
parentTime =
_timeManager
.InternalCurrentGlobalTime;
3583
Debug.Assert(
_timeManager
== null);
3596
SetTimeManager(_parent.
_timeManager
);
3610
_subtreeFinalizer = new SubtreeFinalizer(
_timeManager
);
3625
_timeManager
.SetDirty();
3628
TimeIntervalCollection currentIntervals = TimeIntervalCollection.CreatePoint(
_timeManager
.InternalCurrentGlobalTime);
3630
_timeManager
.InternalCurrentIntervals = currentIntervals;
3713
_timeManager
.NotifyNewEarliestFutureActivity();
3720
if (
_timeManager
!= null)
3725
_timeManager
.SetDirty();
3800
if (this.
_timeManager
!= timeManager)
3881
return (
_timeManager
!= null) && (
_timeManager
.State != TimeState.Stopped);
System\Windows\Media\Animation\ClockGroup.cs (5)
285
_timeManager
.NotifyNewEarliestFutureActivity();
414
Debug.Assert(this.
_timeManager
== null, "Cannot use a timeline already in the timing tree as a root");
464
Debug.Assert(
_timeManager
!= null); // RootActivate should be called by our own TimeManager
467
TimeIntervalCollection currentIntervals = TimeIntervalCollection.CreatePoint(
_timeManager
.InternalCurrentGlobalTime);
469
_timeManager
.InternalCurrentIntervals = currentIntervals;