2 writes to HasResolvedDuration
PresentationCore (2)
System\Windows\Media\Animation\Clock.cs (2)
115HasResolvedDuration = true; 2453HasResolvedDuration = true;
6 references to HasResolvedDuration
PresentationCore (6)
System\Windows\Media\Animation\Clock.cs (5)
631HasDescendantsWithUnresolvedDuration = !HasResolvedDuration; // Keep track of when our duration is resolved 644if (!HasResolvedDuration) // Let the parents know that we have not yet unresolved duration 1202if (HasResolvedDuration) 1243if (!HasResolvedDuration) 2445if (!HasResolvedDuration)
System\Windows\Media\Animation\ClockGroup.cs (1)
548if (!HasDescendantsWithUnresolvedDuration || !HasResolvedDuration)