3 writes to PendingInteractiveResume
PresentationCore (3)
System\Windows\Media\Animation\Clock.cs (3)
801
PendingInteractiveResume
= false;
852
PendingInteractiveResume
= true;
2791
PendingInteractiveResume
= false;
5 references to PendingInteractiveResume
PresentationCore (5)
System\Windows\Media\Animation\Clock.cs (5)
797
Debug.Assert(!(!IsInteractivelyPaused &&
PendingInteractiveResume
));
799
if (
PendingInteractiveResume
) // Cancel existing resume request if made
842
Debug.Assert( !(!IsInteractivelyPaused &&
PendingInteractiveResume
));
2770
Debug.Assert(!
PendingInteractiveResume
); // Enforce invariant: cannot be both pause and resumePending
2785
if (
PendingInteractiveResume
)