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