1 write to IsRoot
PresentationCore (1)
System\Windows\Media\Animation\Clock.cs (1)
650
rootClock.
IsRoot
= true;
24 references to IsRoot
PresentationCore (24)
System\Windows\Media\Animation\Clock.cs (21)
166
if (
IsRoot
&& HasControllableRoot)
330
if (
IsRoot
)
535
while (!current.
IsRoot
) // Traverse up the tree to the root node
602
if (CanSlip && (
IsRoot
|| _timeline.BeginTime.HasValue))
856
Debug.Assert(
IsRoot
);
878
Debug.Assert(
IsRoot
);
949
Debug.Assert(
IsRoot
);
960
Debug.Assert(
IsRoot
);
991
Debug.Assert(
IsRoot
);
1786
Debug.Assert(
IsRoot
); // root clocks only; non-roots have constant begin time
1914
Debug.Assert(
IsRoot
);
2473
Debug.Assert(!IsInteractivelyStopped ||
IsRoot
);
2647
Debug.Assert(!IsInteractivelyStopped ||
IsRoot
);
2688
Debug.Assert(
IsRoot
);
2916
if (performTickOperations &&
IsRoot
)
3076
Debug.Assert(!IsInteractivelyStopped ||
IsRoot
);
3078
if (
IsRoot
) // We are a root child, use time manager time
3394
Debug.Assert(!current.
IsRoot
, "Root nodes never should reset their Slip amounts with ResetSlipOnSubtree(), even when seeking.");
3734
if (
IsRoot
&& (CurrentStateInvalidatedEventRaised || !isInTick))
3748
Debug.Assert(
IsRoot
); // This should only be called on root-child clocks
3988
Debug.Assert(syncClock.
IsRoot
|| syncClock._timeline.BeginTime.HasValue); // Only roots may later validate their _beginTime
System\Windows\Media\Animation\ClockGroup.cs (3)
122
if (!
IsRoot
||
232
current.NeedsPostfixTraversal = (current is ClockGroup) || (current.
IsRoot
);
433
Debug.Assert(
IsRoot
);