1 write to IsRoot
PresentationCore (1)
System\Windows\Media\Animation\Clock.cs (1)
663
rootClock.
IsRoot
= true;
24 references to IsRoot
PresentationCore (24)
System\Windows\Media\Animation\Clock.cs (21)
179
if (
IsRoot
&& HasControllableRoot)
343
if (
IsRoot
)
548
while (!current.
IsRoot
) // Traverse up the tree to the root node
615
if (CanSlip && (
IsRoot
|| _timeline.BeginTime.HasValue))
869
Debug.Assert(
IsRoot
);
891
Debug.Assert(
IsRoot
);
962
Debug.Assert(
IsRoot
);
973
Debug.Assert(
IsRoot
);
1004
Debug.Assert(
IsRoot
);
1799
Debug.Assert(
IsRoot
); // root clocks only; non-roots have constant begin time
1927
Debug.Assert(
IsRoot
);
2486
Debug.Assert(!IsInteractivelyStopped ||
IsRoot
);
2660
Debug.Assert(!IsInteractivelyStopped ||
IsRoot
);
2701
Debug.Assert(
IsRoot
);
2929
if (performTickOperations &&
IsRoot
)
3089
Debug.Assert(!IsInteractivelyStopped ||
IsRoot
);
3091
if (
IsRoot
) // We are a root child, use time manager time
3407
Debug.Assert(!current.
IsRoot
, "Root nodes never should reset their Slip amounts with ResetSlipOnSubtree(), even when seeking.");
3747
if (
IsRoot
&& (CurrentStateInvalidatedEventRaised || !isInTick))
3761
Debug.Assert(
IsRoot
); // This should only be called on root-child clocks
4001
Debug.Assert(syncClock.
IsRoot
|| syncClock._timeline.BeginTime.HasValue); // Only roots may later validate their _beginTime
System\Windows\Media\Animation\ClockGroup.cs (3)
127
if (!
IsRoot
||
237
current.NeedsPostfixTraversal = (current is ClockGroup) || (current.
IsRoot
);
438
Debug.Assert(
IsRoot
);