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