3 writes to CurrentStateInvalidatedEventRaised
PresentationCore (3)
System\Windows\Media\Animation\Clock.cs (3)
935
subtree.Current.
CurrentStateInvalidatedEventRaised
= true;
1054
CurrentStateInvalidatedEventRaised
= false;
1115
CurrentStateInvalidatedEventRaised
= true;
2 references to CurrentStateInvalidatedEventRaised
PresentationCore (2)
System\Windows\Media\Animation\Clock.cs (2)
1028
if (
CurrentStateInvalidatedEventRaised
)
3734
if (IsRoot && (
CurrentStateInvalidatedEventRaised
|| !isInTick))