4 writes to HasDescendantsWithUnresolvedDuration
PresentationCore (4)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (3)
633HasDescendantsWithUnresolvedDuration = !HasResolvedDuration; // Keep track of when our duration is resolved 648current.HasDescendantsWithUnresolvedDuration = true; 1207HasDescendantsWithUnresolvedDuration = false;
Core\CSharp\System\Windows\Media\Animation\ClockGroup.cs (1)
568HasDescendantsWithUnresolvedDuration = false;
5 references to HasDescendantsWithUnresolvedDuration
PresentationCore (5)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (3)
897if (_timeManager == null || HasDescendantsWithUnresolvedDuration) 1806if (_rootData.PendingSeekDestination.HasValue && !HasDescendantsWithUnresolvedDuration) 2476if (HasDescendantsWithUnresolvedDuration)
Core\CSharp\System\Windows\Media\Animation\ClockGroup.cs (2)
550if (!HasDescendantsWithUnresolvedDuration || !HasResolvedDuration) 560if (_children[childIndex].HasDescendantsWithUnresolvedDuration)