6 writes to RootBeginPending
PresentationCore (6)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (6)
879RootBeginPending = false; // cancel a previous begin call 916RootBeginPending = false; // Cancel a pending begin 994RootBeginPending = false; 1013RootBeginPending = false; 1844RootBeginPending = false; 3669RootBeginPending = true;
2 references to RootBeginPending
PresentationCore (2)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (2)
1808Debug.Assert(!RootBeginPending); // we can have either a begin or a seek, not both 1831else if (RootBeginPending)