4 writes to IsInteractivelyStopped
PresentationCore (4)
System\Windows\Media\Animation\Clock.cs (4)
857IsInteractivelyStopped = false; 897IsInteractivelyStopped = false; // We have unset disabled status 973IsInteractivelyStopped = false; 2689IsInteractivelyStopped = true;
9 references to IsInteractivelyStopped
PresentationCore (9)
System\Windows\Media\Animation\Clock.cs (9)
1937Debug.Assert(!IsInteractivelyStopped); 2251Debug.Assert(!IsInteractivelyStopped); 2303Debug.Assert(!IsInteractivelyStopped); 2333Debug.Assert(!IsInteractivelyStopped); 2468Debug.Assert(!IsInteractivelyStopped || IsRoot); 2642Debug.Assert(!IsInteractivelyStopped || IsRoot); 2723if (IsInteractivelyStopped) 2993Debug.Assert(!IsInteractivelyStopped); 3068Debug.Assert(!IsInteractivelyStopped || IsRoot);