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