2 writes to _timeManager
PresentationCore (2)
System\Windows\Media\Animation\Clock.cs (1)
3789
subtree.Current.
_timeManager
= timeManager;
System\Windows\Media\Animation\ClockGroup.cs (1)
414
_timeManager
= timeManager;
33 references to _timeManager
PresentationCore (33)
System\Windows\Media\Animation\Clock.cs (28)
523
if (
_timeManager
== null)
529
return
_timeManager
.InternalCurrentGlobalTime;
545
return
_timeManager
.InternalCurrentGlobalTime;
880
if (
_timeManager
== null || HasDescendantsWithUnresolvedDuration)
902
_timeManager
.InternalCurrentIntervals = TimeIntervalCollection.Empty;
1076
_timeManager
.AddToEventQueue(this);
1096
_timeManager
.AddToEventQueue(this);
1117
_timeManager
.AddToEventQueue(this);
1134
_timeManager
.AddToEventQueue(this);
1153
_timeManager
.AddToEventQueue(this);
1839
_beginTime +=
_timeManager
.LastTickDelta;
1844
_currentIterationBeginTime +=
_timeManager
.LastTickDelta;
1905
_rootData.CurrentAdjustedGlobalTime = GetCurrentDesiredFrameTime(
_timeManager
.InternalCurrentGlobalTime);
3082
if (
_timeManager
== null ||
_timeManager
.InternalIsStopped)
3094
parentIntervalCollection =
_timeManager
.InternalCurrentIntervals;
3110
parentTime =
_timeManager
.InternalCurrentGlobalTime;
3568
Debug.Assert(
_timeManager
== null);
3581
SetTimeManager(_parent.
_timeManager
);
3595
_subtreeFinalizer = new SubtreeFinalizer(
_timeManager
);
3610
_timeManager
.SetDirty();
3613
TimeIntervalCollection currentIntervals = TimeIntervalCollection.CreatePoint(
_timeManager
.InternalCurrentGlobalTime);
3615
_timeManager
.InternalCurrentIntervals = currentIntervals;
3698
_timeManager
.NotifyNewEarliestFutureActivity();
3708
_timeManager
?.SetDirty();
3782
if (this.
_timeManager
!= timeManager)
3860
return (
_timeManager
!= null) && (
_timeManager
.State != TimeState.Stopped);
System\Windows\Media\Animation\ClockGroup.cs (5)
279
_timeManager
.NotifyNewEarliestFutureActivity();
408
Debug.Assert(this.
_timeManager
== null, "Cannot use a timeline already in the timing tree as a root");
458
Debug.Assert(
_timeManager
!= null); // RootActivate should be called by our own TimeManager
461
TimeIntervalCollection currentIntervals = TimeIntervalCollection.CreatePoint(
_timeManager
.InternalCurrentGlobalTime);
463
_timeManager
.InternalCurrentIntervals = currentIntervals;