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