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