3 writes to CurrentStateInvalidatedEventRaised
PresentationCore (3)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (3)
951
subtree.Current.
CurrentStateInvalidatedEventRaised
= true;
1070
CurrentStateInvalidatedEventRaised
= false;
1131
CurrentStateInvalidatedEventRaised
= true;
2 references to CurrentStateInvalidatedEventRaised
PresentationCore (2)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (2)
1044
if (
CurrentStateInvalidatedEventRaised
)
3755
if (IsRoot && (
CurrentStateInvalidatedEventRaised
|| !isInTick))