6 writes to RootBeginPending
PresentationCore (6)
System\Windows\Media\Animation\Clock.cs (6)
862
RootBeginPending
= false; // cancel a previous begin call
899
RootBeginPending
= false; // Cancel a pending begin
977
RootBeginPending
= false;
996
RootBeginPending
= false;
1827
RootBeginPending
= false;
3646
RootBeginPending
= true;
2 references to RootBeginPending
PresentationCore (2)
System\Windows\Media\Animation\Clock.cs (2)
1791
Debug.Assert(!
RootBeginPending
); // we can have either a begin or a seek, not both
1814
else if (
RootBeginPending
)