4 writes to IsInteractivelyStopped
PresentationCore (4)
System\Windows\Media\Animation\Clock.cs (4)
857IsInteractivelyStopped = false; 897IsInteractivelyStopped = false; // We have unset disabled status 973IsInteractivelyStopped = false; 2692IsInteractivelyStopped = true;
9 references to IsInteractivelyStopped
PresentationCore (9)
System\Windows\Media\Animation\Clock.cs (9)
1940Debug.Assert(!IsInteractivelyStopped); 2254Debug.Assert(!IsInteractivelyStopped); 2306Debug.Assert(!IsInteractivelyStopped); 2336Debug.Assert(!IsInteractivelyStopped); 2471Debug.Assert(!IsInteractivelyStopped || IsRoot); 2645Debug.Assert(!IsInteractivelyStopped || IsRoot); 2726if (IsInteractivelyStopped) 2999Debug.Assert(!IsInteractivelyStopped); 3074Debug.Assert(!IsInteractivelyStopped || IsRoot);