3 writes to PendingInteractivePause
PresentationCore (3)
System\Windows\Media\Animation\Clock.cs (3)
793
PendingInteractivePause
= true;
832
PendingInteractivePause
= false;
2757
PendingInteractivePause
= false;
5 references to PendingInteractivePause
PresentationCore (5)
System\Windows\Media\Animation\Clock.cs (5)
782
Debug.Assert(!(IsInteractivelyPaused &&
PendingInteractivePause
));
827
Debug.Assert( !(IsInteractivelyPaused &&
PendingInteractivePause
));
830
if (
PendingInteractivePause
) // Cancel existing pause request if made
2752
if (
PendingInteractivePause
)
2773
Debug.Assert(!
PendingInteractivePause
);