2 writes to _timeManager
PresentationCore (2)
System\Windows\Media\Animation\Clock.cs (1)
3794
subtree.Current.
_timeManager
= timeManager;
System\Windows\Media\Animation\ClockGroup.cs (1)
415
_timeManager
= timeManager;
34 references to _timeManager
PresentationCore (34)
System\Windows\Media\Animation\Clock.cs (29)
524
if (
_timeManager
== null)
530
return
_timeManager
.InternalCurrentGlobalTime;
546
return
_timeManager
.InternalCurrentGlobalTime;
881
if (
_timeManager
== null || HasDescendantsWithUnresolvedDuration)
903
_timeManager
.InternalCurrentIntervals = TimeIntervalCollection.Empty;
1077
_timeManager
.AddToEventQueue(this);
1097
_timeManager
.AddToEventQueue(this);
1118
_timeManager
.AddToEventQueue(this);
1135
_timeManager
.AddToEventQueue(this);
1154
_timeManager
.AddToEventQueue(this);
1840
_beginTime +=
_timeManager
.LastTickDelta;
1845
_currentIterationBeginTime +=
_timeManager
.LastTickDelta;
1906
_rootData.CurrentAdjustedGlobalTime = GetCurrentDesiredFrameTime(
_timeManager
.InternalCurrentGlobalTime);
3084
if (
_timeManager
== null ||
_timeManager
.InternalIsStopped)
3096
parentIntervalCollection =
_timeManager
.InternalCurrentIntervals;
3112
parentTime =
_timeManager
.InternalCurrentGlobalTime;
3570
Debug.Assert(
_timeManager
== null);
3583
SetTimeManager(_parent.
_timeManager
);
3597
_subtreeFinalizer = new SubtreeFinalizer(
_timeManager
);
3612
_timeManager
.SetDirty();
3615
TimeIntervalCollection currentIntervals = TimeIntervalCollection.CreatePoint(
_timeManager
.InternalCurrentGlobalTime);
3617
_timeManager
.InternalCurrentIntervals = currentIntervals;
3700
_timeManager
.NotifyNewEarliestFutureActivity();
3707
if (
_timeManager
!= null)
3712
_timeManager
.SetDirty();
3787
if (this.
_timeManager
!= timeManager)
3868
return (
_timeManager
!= null) && (
_timeManager
.State != TimeState.Stopped);
System\Windows\Media\Animation\ClockGroup.cs (5)
280
_timeManager
.NotifyNewEarliestFutureActivity();
409
Debug.Assert(this.
_timeManager
== null, "Cannot use a timeline already in the timing tree as a root");
459
Debug.Assert(
_timeManager
!= null); // RootActivate should be called by our own TimeManager
462
TimeIntervalCollection currentIntervals = TimeIntervalCollection.CreatePoint(
_timeManager
.InternalCurrentGlobalTime);
464
_timeManager
.InternalCurrentIntervals = currentIntervals;