6 writes to RootBeginPending
PresentationCore (6)
System\Windows\Media\Animation\Clock.cs (6)
876
RootBeginPending
= false; // cancel a previous begin call
913
RootBeginPending
= false; // Cancel a pending begin
991
RootBeginPending
= false;
1010
RootBeginPending
= false;
1841
RootBeginPending
= false;
3661
RootBeginPending
= true;
2 references to RootBeginPending
PresentationCore (2)
System\Windows\Media\Animation\Clock.cs (2)
1805
Debug.Assert(!
RootBeginPending
); // we can have either a begin or a seek, not both
1828
else if (
RootBeginPending
)