5 writes to _areKeyTimesValid
PresentationCore (5)
System\Windows\Media\Animation\Generated\StringAnimationUsingKeyFrames.cs (5)
38
_areKeyTimesValid
= true;
90
_areKeyTimesValid
= false;
158
_areKeyTimesValid
= sourceAnimation._areKeyTimesValid;
595
_areKeyTimesValid
= true;
791
_areKeyTimesValid
= true;
7 references to _areKeyTimesValid
PresentationCore (7)
System\Windows\Media\Animation\Generated\StringAnimationUsingKeyFrames.cs (7)
77
if (canFreeze & !
_areKeyTimesValid
)
158
_areKeyTimesValid = sourceAnimation.
_areKeyTimesValid
;
160
if (
_areKeyTimesValid
321
if (!
_areKeyTimesValid
)
526
Debug.Assert(
_areKeyTimesValid
, "The key frames must be resolved and sorted before calling GetResolvedKeyFrameValue");
533
Debug.Assert(
_areKeyTimesValid
, "The key frames must be resolved and sorted before calling GetResolvedKeyFrame");
583
Debug.Assert(!
_areKeyTimesValid
, "KeyFrameStringAnimaton.ResolveKeyTimes() shouldn't be called if the key times are already valid.");