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