3 writes to PendingInteractiveResume
PresentationCore (3)
System\Windows\Media\Animation\Clock.cs (3)
787
PendingInteractiveResume
= false;
838
PendingInteractiveResume
= true;
2776
PendingInteractiveResume
= false;
5 references to PendingInteractiveResume
PresentationCore (5)
System\Windows\Media\Animation\Clock.cs (5)
783
Debug.Assert(!(!IsInteractivelyPaused &&
PendingInteractiveResume
));
785
if (
PendingInteractiveResume
) // Cancel existing resume request if made
828
Debug.Assert( !(!IsInteractivelyPaused &&
PendingInteractiveResume
));
2755
Debug.Assert(!
PendingInteractiveResume
); // Enforce invariant: cannot be both pause and resumePending
2770
if (
PendingInteractiveResume
)