4 writes to IsInteractivelyStopped
PresentationCore (4)
System\Windows\Media\Animation\Clock.cs (4)
858IsInteractivelyStopped = false; 898IsInteractivelyStopped = false; // We have unset disabled status 974IsInteractivelyStopped = false; 2693IsInteractivelyStopped = true;
9 references to IsInteractivelyStopped
PresentationCore (9)
System\Windows\Media\Animation\Clock.cs (9)
1941Debug.Assert(!IsInteractivelyStopped); 2255Debug.Assert(!IsInteractivelyStopped); 2307Debug.Assert(!IsInteractivelyStopped); 2337Debug.Assert(!IsInteractivelyStopped); 2472Debug.Assert(!IsInteractivelyStopped || IsRoot); 2646Debug.Assert(!IsInteractivelyStopped || IsRoot); 2727if (IsInteractivelyStopped) 3000Debug.Assert(!IsInteractivelyStopped); 3075Debug.Assert(!IsInteractivelyStopped || IsRoot);