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