4 writes to IsInteractivelyStopped
PresentationCore (4)
System\Windows\Media\Animation\Clock.cs (4)
858IsInteractivelyStopped = false; 898IsInteractivelyStopped = false; // We have unset disabled status 974IsInteractivelyStopped = false; 2694IsInteractivelyStopped = true;
9 references to IsInteractivelyStopped
PresentationCore (9)
System\Windows\Media\Animation\Clock.cs (9)
1941Debug.Assert(!IsInteractivelyStopped); 2256Debug.Assert(!IsInteractivelyStopped); 2308Debug.Assert(!IsInteractivelyStopped); 2338Debug.Assert(!IsInteractivelyStopped); 2473Debug.Assert(!IsInteractivelyStopped || IsRoot); 2647Debug.Assert(!IsInteractivelyStopped || IsRoot); 2728if (IsInteractivelyStopped) 3001Debug.Assert(!IsInteractivelyStopped); 3076Debug.Assert(!IsInteractivelyStopped || IsRoot);