5 writes to _areKeyTimesValid
PresentationFramework (5)
System\Windows\Media\Animation\Generated\ThicknessAnimationUsingKeyFrames.cs (5)
53
_areKeyTimesValid
= true;
105
_areKeyTimesValid
= false;
173
_areKeyTimesValid
= sourceAnimation._areKeyTimesValid;
702
_areKeyTimesValid
= true;
898
_areKeyTimesValid
= true;
7 references to _areKeyTimesValid
PresentationFramework (7)
System\Windows\Media\Animation\Generated\ThicknessAnimationUsingKeyFrames.cs (7)
92
if (canFreeze & !
_areKeyTimesValid
)
173
_areKeyTimesValid = sourceAnimation.
_areKeyTimesValid
;
175
if (
_areKeyTimesValid
336
if (!
_areKeyTimesValid
)
633
Debug.Assert(
_areKeyTimesValid
, "The key frames must be resolved and sorted before calling GetResolvedKeyFrameValue");
640
Debug.Assert(
_areKeyTimesValid
, "The key frames must be resolved and sorted before calling GetResolvedKeyFrame");
690
Debug.Assert(!
_areKeyTimesValid
, "KeyFrameThicknessAnimaton.ResolveKeyTimes() shouldn't be called if the key times are already valid.");