3 writes to PendingInteractiveResume
PresentationCore (3)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (3)
804PendingInteractiveResume = false; 855PendingInteractiveResume = true; 2793PendingInteractiveResume = false;
5 references to PendingInteractiveResume
PresentationCore (5)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (5)
800Debug.Assert(!(!IsInteractivelyPaused && PendingInteractiveResume)); 802if (PendingInteractiveResume) // Cancel existing resume request if made 845Debug.Assert( !(!IsInteractivelyPaused && PendingInteractiveResume)); 2772Debug.Assert(!PendingInteractiveResume); // Enforce invariant: cannot be both pause and resumePending 2787if (PendingInteractiveResume)