4 writes to IsInteractivelyStopped
PresentationCore (4)
System\Windows\Media\Animation\Clock.cs (4)
858
IsInteractivelyStopped
= false;
898
IsInteractivelyStopped
= false; // We have unset disabled status
974
IsInteractivelyStopped
= false;
2693
IsInteractivelyStopped
= true;
9 references to IsInteractivelyStopped
PresentationCore (9)
System\Windows\Media\Animation\Clock.cs (9)
1941
Debug.Assert(!
IsInteractivelyStopped
);
2255
Debug.Assert(!
IsInteractivelyStopped
);
2307
Debug.Assert(!
IsInteractivelyStopped
);
2337
Debug.Assert(!
IsInteractivelyStopped
);
2472
Debug.Assert(!
IsInteractivelyStopped
|| IsRoot);
2646
Debug.Assert(!
IsInteractivelyStopped
|| IsRoot);
2727
if (
IsInteractivelyStopped
)
3000
Debug.Assert(!
IsInteractivelyStopped
);
3075
Debug.Assert(!
IsInteractivelyStopped
|| IsRoot);