2 writes to HasResolvedDuration
PresentationCore (2)
System\Windows\Media\Animation\Clock.cs (2)
102HasResolvedDuration = true; 2440HasResolvedDuration = true;
6 references to HasResolvedDuration
PresentationCore (6)
System\Windows\Media\Animation\Clock.cs (5)
618HasDescendantsWithUnresolvedDuration = !HasResolvedDuration; // Keep track of when our duration is resolved 631if (!HasResolvedDuration) // Let the parents know that we have not yet unresolved duration 1189if (HasResolvedDuration) 1230if (!HasResolvedDuration) 2432if (!HasResolvedDuration)
System\Windows\Media\Animation\ClockGroup.cs (1)
543if (!HasDescendantsWithUnresolvedDuration || !HasResolvedDuration)