3 writes to PendingInteractivePause
PresentationCore (3)
System\Windows\Media\Animation\Clock.cs (3)
794PendingInteractivePause = true; 833PendingInteractivePause = false; 2759PendingInteractivePause = false;
5 references to PendingInteractivePause
PresentationCore (5)
System\Windows\Media\Animation\Clock.cs (5)
783Debug.Assert(!(IsInteractivelyPaused && PendingInteractivePause)); 828Debug.Assert( !(IsInteractivelyPaused && PendingInteractivePause)); 831if (PendingInteractivePause) // Cancel existing pause request if made 2754if (PendingInteractivePause) 2775Debug.Assert(!PendingInteractivePause);