4 writes to HasDescendantsWithUnresolvedDuration
PresentationCore (4)
System\Windows\Media\Animation\Clock.cs (3)
631
HasDescendantsWithUnresolvedDuration
= !HasResolvedDuration; // Keep track of when our duration is resolved
646
current.
HasDescendantsWithUnresolvedDuration
= true;
1204
HasDescendantsWithUnresolvedDuration
= false;
System\Windows\Media\Animation\ClockGroup.cs (1)
566
HasDescendantsWithUnresolvedDuration
= false;
5 references to HasDescendantsWithUnresolvedDuration
PresentationCore (5)
System\Windows\Media\Animation\Clock.cs (3)
894
if (_timeManager == null ||
HasDescendantsWithUnresolvedDuration
)
1803
if (_rootData.PendingSeekDestination.HasValue && !
HasDescendantsWithUnresolvedDuration
)
2473
if (
HasDescendantsWithUnresolvedDuration
)
System\Windows\Media\Animation\ClockGroup.cs (2)
548
if (!
HasDescendantsWithUnresolvedDuration
|| !HasResolvedDuration)
558
if (_children[childIndex].
HasDescendantsWithUnresolvedDuration
)