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