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;
2689
IsInteractivelyStopped
= true;
9 references to IsInteractivelyStopped
PresentationCore (9)
System\Windows\Media\Animation\Clock.cs (9)
1937
Debug.Assert(!
IsInteractivelyStopped
);
2251
Debug.Assert(!
IsInteractivelyStopped
);
2303
Debug.Assert(!
IsInteractivelyStopped
);
2333
Debug.Assert(!
IsInteractivelyStopped
);
2468
Debug.Assert(!
IsInteractivelyStopped
|| IsRoot);
2642
Debug.Assert(!
IsInteractivelyStopped
|| IsRoot);
2723
if (
IsInteractivelyStopped
)
2993
Debug.Assert(!
IsInteractivelyStopped
);
3068
Debug.Assert(!
IsInteractivelyStopped
|| IsRoot);