2 writes to _timeManager
PresentationCore (2)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (1)
3815
subtree.Current.
_timeManager
= timeManager;
Core\CSharp\System\Windows\Media\Animation\ClockGroup.cs (1)
422
_timeManager
= timeManager;
34 references to _timeManager
PresentationCore (34)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (29)
539
if (
_timeManager
== null)
545
return
_timeManager
.InternalCurrentGlobalTime;
561
return
_timeManager
.InternalCurrentGlobalTime;
897
if (
_timeManager
== null || HasDescendantsWithUnresolvedDuration)
919
_timeManager
.InternalCurrentIntervals = TimeIntervalCollection.Empty;
1093
_timeManager
.AddToEventQueue(this);
1113
_timeManager
.AddToEventQueue(this);
1134
_timeManager
.AddToEventQueue(this);
1151
_timeManager
.AddToEventQueue(this);
1170
_timeManager
.AddToEventQueue(this);
1856
_beginTime +=
_timeManager
.LastTickDelta;
1861
_currentIterationBeginTime +=
_timeManager
.LastTickDelta;
1922
_rootData.CurrentAdjustedGlobalTime = GetCurrentDesiredFrameTime(
_timeManager
.InternalCurrentGlobalTime);
3099
if (
_timeManager
== null ||
_timeManager
.InternalIsStopped)
3111
parentIntervalCollection =
_timeManager
.InternalCurrentIntervals;
3130
parentTime =
_timeManager
.InternalCurrentGlobalTime;
3591
Debug.Assert(
_timeManager
== null);
3604
SetTimeManager(_parent.
_timeManager
);
3618
_subtreeFinalizer = new SubtreeFinalizer(
_timeManager
);
3633
_timeManager
.SetDirty();
3636
TimeIntervalCollection currentIntervals = TimeIntervalCollection.CreatePoint(
_timeManager
.InternalCurrentGlobalTime);
3638
_timeManager
.InternalCurrentIntervals = currentIntervals;
3721
_timeManager
.NotifyNewEarliestFutureActivity();
3728
if (
_timeManager
!= null)
3733
_timeManager
.SetDirty();
3808
if (this.
_timeManager
!= timeManager)
3888
return (
_timeManager
!= null) && (
_timeManager
.State != TimeState.Stopped);
Core\CSharp\System\Windows\Media\Animation\ClockGroup.cs (5)
287
_timeManager
.NotifyNewEarliestFutureActivity();
416
Debug.Assert(this.
_timeManager
== null, "Cannot use a timeline already in the timing tree as a root");
466
Debug.Assert(
_timeManager
!= null); // RootActivate should be called by our own TimeManager
469
TimeIntervalCollection currentIntervals = TimeIntervalCollection.CreatePoint(
_timeManager
.InternalCurrentGlobalTime);
471
_timeManager
.InternalCurrentIntervals = currentIntervals;