3 writes to PendingInteractiveResume
PresentationCore (3)
System\Windows\Media\Animation\Clock.cs (3)
788
PendingInteractiveResume
= false;
839
PendingInteractiveResume
= true;
2778
PendingInteractiveResume
= false;
5 references to PendingInteractiveResume
PresentationCore (5)
System\Windows\Media\Animation\Clock.cs (5)
784
Debug.Assert(!(!IsInteractivelyPaused &&
PendingInteractiveResume
));
786
if (
PendingInteractiveResume
) // Cancel existing resume request if made
829
Debug.Assert( !(!IsInteractivelyPaused &&
PendingInteractiveResume
));
2757
Debug.Assert(!
PendingInteractiveResume
); // Enforce invariant: cannot be both pause and resumePending
2772
if (
PendingInteractiveResume
)