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