6 writes to RootBeginPending
PresentationCore (6)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (6)
879
RootBeginPending
= false; // cancel a previous begin call
916
RootBeginPending
= false; // Cancel a pending begin
994
RootBeginPending
= false;
1013
RootBeginPending
= false;
1844
RootBeginPending
= false;
3669
RootBeginPending
= true;
2 references to RootBeginPending
PresentationCore (2)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (2)
1808
Debug.Assert(!
RootBeginPending
); // we can have either a begin or a seek, not both
1831
else if (
RootBeginPending
)