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