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