4 writes to HasDescendantsWithUnresolvedDuration
PresentationCore (4)
System\Windows\Media\Animation\Clock.cs (3)
617
HasDescendantsWithUnresolvedDuration
= !HasResolvedDuration; // Keep track of when our duration is resolved
632
current.
HasDescendantsWithUnresolvedDuration
= true;
1190
HasDescendantsWithUnresolvedDuration
= false;
System\Windows\Media\Animation\ClockGroup.cs (1)
560
HasDescendantsWithUnresolvedDuration
= false;
5 references to HasDescendantsWithUnresolvedDuration
PresentationCore (5)
System\Windows\Media\Animation\Clock.cs (3)
880
if (_timeManager == null ||
HasDescendantsWithUnresolvedDuration
)
1789
if (_rootData.PendingSeekDestination.HasValue && !
HasDescendantsWithUnresolvedDuration
)
2458
if (
HasDescendantsWithUnresolvedDuration
)
System\Windows\Media\Animation\ClockGroup.cs (2)
542
if (!
HasDescendantsWithUnresolvedDuration
|| !HasResolvedDuration)
552
if (_children[childIndex].
HasDescendantsWithUnresolvedDuration
)