4 writes to IsInteractivelyStopped
PresentationCore (4)
System\Windows\Media\Animation\Clock.cs (4)
871
IsInteractivelyStopped
= false;
911
IsInteractivelyStopped
= false; // We have unset disabled status
987
IsInteractivelyStopped
= false;
2707
IsInteractivelyStopped
= true;
9 references to IsInteractivelyStopped
PresentationCore (9)
System\Windows\Media\Animation\Clock.cs (9)
1954
Debug.Assert(!
IsInteractivelyStopped
);
2269
Debug.Assert(!
IsInteractivelyStopped
);
2321
Debug.Assert(!
IsInteractivelyStopped
);
2351
Debug.Assert(!
IsInteractivelyStopped
);
2486
Debug.Assert(!
IsInteractivelyStopped
|| IsRoot);
2660
Debug.Assert(!
IsInteractivelyStopped
|| IsRoot);
2741
if (
IsInteractivelyStopped
)
3014
Debug.Assert(!
IsInteractivelyStopped
);
3089
Debug.Assert(!
IsInteractivelyStopped
|| IsRoot);