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