3 writes to PendingInteractivePause
PresentationCore (3)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (3)
810PendingInteractivePause = true; 849PendingInteractivePause = false; 2774PendingInteractivePause = false;
5 references to PendingInteractivePause
PresentationCore (5)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (5)
799Debug.Assert(!(IsInteractivelyPaused && PendingInteractivePause)); 844Debug.Assert( !(IsInteractivelyPaused && PendingInteractivePause)); 847if (PendingInteractivePause) // Cancel existing pause request if made 2769if (PendingInteractivePause) 2790Debug.Assert(!PendingInteractivePause);