2 writes to HasResolvedDuration
PresentationCore (2)
System\Windows\Media\Animation\Clock.cs (2)
101HasResolvedDuration = true; 2438HasResolvedDuration = true;
6 references to HasResolvedDuration
PresentationCore (6)
System\Windows\Media\Animation\Clock.cs (5)
617HasDescendantsWithUnresolvedDuration = !HasResolvedDuration; // Keep track of when our duration is resolved 630if (!HasResolvedDuration) // Let the parents know that we have not yet unresolved duration 1188if (HasResolvedDuration) 1229if (!HasResolvedDuration) 2430if (!HasResolvedDuration)
System\Windows\Media\Animation\ClockGroup.cs (1)
542if (!HasDescendantsWithUnresolvedDuration || !HasResolvedDuration)