3 writes to PendingInteractivePause
PresentationCore (3)
System\Windows\Media\Animation\Clock.cs (3)
807PendingInteractivePause = true; 846PendingInteractivePause = false; 2772PendingInteractivePause = false;
5 references to PendingInteractivePause
PresentationCore (5)
System\Windows\Media\Animation\Clock.cs (5)
796Debug.Assert(!(IsInteractivelyPaused && PendingInteractivePause)); 841Debug.Assert( !(IsInteractivelyPaused && PendingInteractivePause)); 844if (PendingInteractivePause) // Cancel existing pause request if made 2767if (PendingInteractivePause) 2788Debug.Assert(!PendingInteractivePause);