6 writes to RootBeginPending
PresentationCore (6)
System\Windows\Media\Animation\Clock.cs (6)
863
RootBeginPending
= false; // cancel a previous begin call
900
RootBeginPending
= false; // Cancel a pending begin
978
RootBeginPending
= false;
997
RootBeginPending
= false;
1828
RootBeginPending
= false;
3648
RootBeginPending
= true;
2 references to RootBeginPending
PresentationCore (2)
System\Windows\Media\Animation\Clock.cs (2)
1792
Debug.Assert(!
RootBeginPending
); // we can have either a begin or a seek, not both
1815
else if (
RootBeginPending
)