3 writes to PendingInteractiveResume
PresentationCore (3)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (3)
804
PendingInteractiveResume
= false;
855
PendingInteractiveResume
= true;
2793
PendingInteractiveResume
= false;
5 references to PendingInteractiveResume
PresentationCore (5)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (5)
800
Debug.Assert(!(!IsInteractivelyPaused &&
PendingInteractiveResume
));
802
if (
PendingInteractiveResume
) // Cancel existing resume request if made
845
Debug.Assert( !(!IsInteractivelyPaused &&
PendingInteractiveResume
));
2772
Debug.Assert(!
PendingInteractiveResume
); // Enforce invariant: cannot be both pause and resumePending
2787
if (
PendingInteractiveResume
)