2 writes to HasResolvedDuration
PresentationCore (2)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (2)
117
HasResolvedDuration
= true;
2456
HasResolvedDuration
= true;
6 references to HasResolvedDuration
PresentationCore (6)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (5)
633
HasDescendantsWithUnresolvedDuration = !
HasResolvedDuration
; // Keep track of when our duration is resolved
646
if (!
HasResolvedDuration
) // Let the parents know that we have not yet unresolved duration
1205
if (
HasResolvedDuration
)
1246
if (!
HasResolvedDuration
)
2448
if (!
HasResolvedDuration
)
Core\CSharp\System\Windows\Media\Animation\ClockGroup.cs (1)
550
if (!HasDescendantsWithUnresolvedDuration || !
HasResolvedDuration
)