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;
2694
IsInteractivelyStopped
= true;
9 references to IsInteractivelyStopped
PresentationCore (9)
System\Windows\Media\Animation\Clock.cs (9)
1941
Debug.Assert(!
IsInteractivelyStopped
);
2256
Debug.Assert(!
IsInteractivelyStopped
);
2308
Debug.Assert(!
IsInteractivelyStopped
);
2338
Debug.Assert(!
IsInteractivelyStopped
);
2473
Debug.Assert(!
IsInteractivelyStopped
|| IsRoot);
2647
Debug.Assert(!
IsInteractivelyStopped
|| IsRoot);
2728
if (
IsInteractivelyStopped
)
3001
Debug.Assert(!
IsInteractivelyStopped
);
3076
Debug.Assert(!
IsInteractivelyStopped
|| IsRoot);