2 writes to HasResolvedDuration
PresentationCore (2)
System\Windows\Media\Animation\Clock.cs (2)
101
HasResolvedDuration
= true;
2435
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
1185
if (
HasResolvedDuration
)
1226
if (!
HasResolvedDuration
)
2427
if (!
HasResolvedDuration
)
System\Windows\Media\Animation\ClockGroup.cs (1)
542
if (!HasDescendantsWithUnresolvedDuration || !
HasResolvedDuration
)