3 writes to CurrentStateInvalidatedEventRaised
PresentationCore (3)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (3)
951subtree.Current.CurrentStateInvalidatedEventRaised = true; 1070CurrentStateInvalidatedEventRaised = false; 1131CurrentStateInvalidatedEventRaised = true;
2 references to CurrentStateInvalidatedEventRaised
PresentationCore (2)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (2)
1044if (CurrentStateInvalidatedEventRaised) 3755if (IsRoot && (CurrentStateInvalidatedEventRaised || !isInTick))