3 writes to CurrentStateInvalidatedEventRaised
PresentationCore (3)
System\Windows\Media\Animation\Clock.cs (3)
934
subtree.Current.
CurrentStateInvalidatedEventRaised
= true;
1053
CurrentStateInvalidatedEventRaised
= false;
1114
CurrentStateInvalidatedEventRaised
= true;
2 references to CurrentStateInvalidatedEventRaised
PresentationCore (2)
System\Windows\Media\Animation\Clock.cs (2)
1027
if (
CurrentStateInvalidatedEventRaised
)
3729
if (IsRoot && (
CurrentStateInvalidatedEventRaised
|| !isInTick))