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