3 writes to CurrentStateInvalidatedEventRaised
PresentationCore (3)
System\Windows\Media\Animation\Clock.cs (3)
948
subtree.Current.
CurrentStateInvalidatedEventRaised
= true;
1067
CurrentStateInvalidatedEventRaised
= false;
1128
CurrentStateInvalidatedEventRaised
= true;
2 references to CurrentStateInvalidatedEventRaised
PresentationCore (2)
System\Windows\Media\Animation\Clock.cs (2)
1041
if (
CurrentStateInvalidatedEventRaised
)
3747
if (IsRoot && (
CurrentStateInvalidatedEventRaised
|| !isInTick))