4 writes to IsInteractivelyStopped
PresentationCore (4)
System\Windows\Media\Animation\Clock.cs (4)
871IsInteractivelyStopped = false; 911IsInteractivelyStopped = false; // We have unset disabled status 987IsInteractivelyStopped = false; 2707IsInteractivelyStopped = true;
9 references to IsInteractivelyStopped
PresentationCore (9)
System\Windows\Media\Animation\Clock.cs (9)
1954Debug.Assert(!IsInteractivelyStopped); 2269Debug.Assert(!IsInteractivelyStopped); 2321Debug.Assert(!IsInteractivelyStopped); 2351Debug.Assert(!IsInteractivelyStopped); 2486Debug.Assert(!IsInteractivelyStopped || IsRoot); 2660Debug.Assert(!IsInteractivelyStopped || IsRoot); 2741if (IsInteractivelyStopped) 3014Debug.Assert(!IsInteractivelyStopped); 3089Debug.Assert(!IsInteractivelyStopped || IsRoot);