2 writes to HasResolvedDuration
PresentationCore (2)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (2)
117HasResolvedDuration = true; 2456HasResolvedDuration = true;
6 references to HasResolvedDuration
PresentationCore (6)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (5)
633HasDescendantsWithUnresolvedDuration = !HasResolvedDuration; // Keep track of when our duration is resolved 646if (!HasResolvedDuration) // Let the parents know that we have not yet unresolved duration 1205if (HasResolvedDuration) 1246if (!HasResolvedDuration) 2448if (!HasResolvedDuration)
Core\CSharp\System\Windows\Media\Animation\ClockGroup.cs (1)
550if (!HasDescendantsWithUnresolvedDuration || !HasResolvedDuration)