4 writes to HasDescendantsWithUnresolvedDuration
PresentationCore (4)
System\Windows\Media\Animation\Clock.cs (3)
618
HasDescendantsWithUnresolvedDuration
= !HasResolvedDuration; // Keep track of when our duration is resolved
633
current.
HasDescendantsWithUnresolvedDuration
= true;
1191
HasDescendantsWithUnresolvedDuration
= false;
System\Windows\Media\Animation\ClockGroup.cs (1)
561
HasDescendantsWithUnresolvedDuration
= false;
5 references to HasDescendantsWithUnresolvedDuration
PresentationCore (5)
System\Windows\Media\Animation\Clock.cs (3)
881
if (_timeManager == null ||
HasDescendantsWithUnresolvedDuration
)
1790
if (_rootData.PendingSeekDestination.HasValue && !
HasDescendantsWithUnresolvedDuration
)
2460
if (
HasDescendantsWithUnresolvedDuration
)
System\Windows\Media\Animation\ClockGroup.cs (2)
543
if (!
HasDescendantsWithUnresolvedDuration
|| !HasResolvedDuration)
553
if (_children[childIndex].
HasDescendantsWithUnresolvedDuration
)