5 writes to _areKeyTimesValid
PresentationFramework (5)
System\Windows\Media\Animation\Generated\ThicknessAnimationUsingKeyFrames.cs (5)
43
_areKeyTimesValid
= true;
95
_areKeyTimesValid
= false;
163
_areKeyTimesValid
= sourceAnimation._areKeyTimesValid;
692
_areKeyTimesValid
= true;
888
_areKeyTimesValid
= true;
7 references to _areKeyTimesValid
PresentationFramework (7)
System\Windows\Media\Animation\Generated\ThicknessAnimationUsingKeyFrames.cs (7)
82
if (canFreeze & !
_areKeyTimesValid
)
163
_areKeyTimesValid = sourceAnimation.
_areKeyTimesValid
;
165
if (
_areKeyTimesValid
326
if (!
_areKeyTimesValid
)
623
Debug.Assert(
_areKeyTimesValid
, "The key frames must be resolved and sorted before calling GetResolvedKeyFrameValue");
630
Debug.Assert(
_areKeyTimesValid
, "The key frames must be resolved and sorted before calling GetResolvedKeyFrame");
680
Debug.Assert(!
_areKeyTimesValid
, "KeyFrameThicknessAnimaton.ResolveKeyTimes() shouldn't be called if the key times are already valid.");