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