1 write to IsRoot
PresentationCore (1)
System\Windows\Media\Animation\Clock.cs (1)
649
rootClock.
IsRoot
= true;
24 references to IsRoot
PresentationCore (24)
System\Windows\Media\Animation\Clock.cs (21)
165
if (
IsRoot
&& HasControllableRoot)
329
if (
IsRoot
)
534
while (!current.
IsRoot
) // Traverse up the tree to the root node
601
if (CanSlip && (
IsRoot
|| _timeline.BeginTime.HasValue))
855
Debug.Assert(
IsRoot
);
877
Debug.Assert(
IsRoot
);
948
Debug.Assert(
IsRoot
);
959
Debug.Assert(
IsRoot
);
990
Debug.Assert(
IsRoot
);
1785
Debug.Assert(
IsRoot
); // root clocks only; non-roots have constant begin time
1913
Debug.Assert(
IsRoot
);
2471
Debug.Assert(!IsInteractivelyStopped ||
IsRoot
);
2645
Debug.Assert(!IsInteractivelyStopped ||
IsRoot
);
2686
Debug.Assert(
IsRoot
);
2914
if (performTickOperations &&
IsRoot
)
3074
Debug.Assert(!IsInteractivelyStopped ||
IsRoot
);
3076
if (
IsRoot
) // We are a root child, use time manager time
3392
Debug.Assert(!current.
IsRoot
, "Root nodes never should reset their Slip amounts with ResetSlipOnSubtree(), even when seeking.");
3729
if (
IsRoot
&& (CurrentStateInvalidatedEventRaised || !isInTick))
3743
Debug.Assert(
IsRoot
); // This should only be called on root-child clocks
3978
Debug.Assert(syncClock.
IsRoot
|| syncClock._timeline.BeginTime.HasValue); // Only roots may later validate their _beginTime
System\Windows\Media\Animation\ClockGroup.cs (3)
121
if (!
IsRoot
||
231
current.NeedsPostfixTraversal = (current is ClockGroup) || (current.
IsRoot
);
432
Debug.Assert(
IsRoot
);