4 writes to IsInteractivelyStopped
PresentationCore (4)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (4)
874IsInteractivelyStopped = false; 914IsInteractivelyStopped = false; // We have unset disabled status 990IsInteractivelyStopped = false; 2710IsInteractivelyStopped = true;
9 references to IsInteractivelyStopped
PresentationCore (9)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (9)
1957Debug.Assert(!IsInteractivelyStopped); 2272Debug.Assert(!IsInteractivelyStopped); 2324Debug.Assert(!IsInteractivelyStopped); 2354Debug.Assert(!IsInteractivelyStopped); 2489Debug.Assert(!IsInteractivelyStopped || IsRoot); 2663Debug.Assert(!IsInteractivelyStopped || IsRoot); 2743if (IsInteractivelyStopped) 3016Debug.Assert(!IsInteractivelyStopped); 3091Debug.Assert(!IsInteractivelyStopped || IsRoot);