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