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