3 writes to PendingInteractivePause
PresentationCore (3)
System\Windows\Media\Animation\Clock.cs (3)
807
PendingInteractivePause
= true;
846
PendingInteractivePause
= false;
2772
PendingInteractivePause
= false;
5 references to PendingInteractivePause
PresentationCore (5)
System\Windows\Media\Animation\Clock.cs (5)
796
Debug.Assert(!(IsInteractivelyPaused &&
PendingInteractivePause
));
841
Debug.Assert( !(IsInteractivelyPaused &&
PendingInteractivePause
));
844
if (
PendingInteractivePause
) // Cancel existing pause request if made
2767
if (
PendingInteractivePause
)
2788
Debug.Assert(!
PendingInteractivePause
);