3 writes to PendingInteractivePause
PresentationCore (3)
System\Windows\Media\Animation\Clock.cs (3)
793PendingInteractivePause = true; 832PendingInteractivePause = false; 2757PendingInteractivePause = false;
5 references to PendingInteractivePause
PresentationCore (5)
System\Windows\Media\Animation\Clock.cs (5)
782Debug.Assert(!(IsInteractivelyPaused && PendingInteractivePause)); 827Debug.Assert( !(IsInteractivelyPaused && PendingInteractivePause)); 830if (PendingInteractivePause) // Cancel existing pause request if made 2752if (PendingInteractivePause) 2773Debug.Assert(!PendingInteractivePause);