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; 1827RootBeginPending = false; 3646RootBeginPending = true;
2 references to RootBeginPending
PresentationCore (2)
System\Windows\Media\Animation\Clock.cs (2)
1791Debug.Assert(!RootBeginPending); // we can have either a begin or a seek, not both 1814else if (RootBeginPending)