4 writes to HasDescendantsWithUnresolvedDuration
PresentationCore (4)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (3)
633
HasDescendantsWithUnresolvedDuration
= !HasResolvedDuration; // Keep track of when our duration is resolved
648
current.
HasDescendantsWithUnresolvedDuration
= true;
1207
HasDescendantsWithUnresolvedDuration
= false;
Core\CSharp\System\Windows\Media\Animation\ClockGroup.cs (1)
568
HasDescendantsWithUnresolvedDuration
= false;
5 references to HasDescendantsWithUnresolvedDuration
PresentationCore (5)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (3)
897
if (_timeManager == null ||
HasDescendantsWithUnresolvedDuration
)
1806
if (_rootData.PendingSeekDestination.HasValue && !
HasDescendantsWithUnresolvedDuration
)
2476
if (
HasDescendantsWithUnresolvedDuration
)
Core\CSharp\System\Windows\Media\Animation\ClockGroup.cs (2)
550
if (!
HasDescendantsWithUnresolvedDuration
|| !HasResolvedDuration)
560
if (_children[childIndex].
HasDescendantsWithUnresolvedDuration
)