5 writes to _areKeyTimesValid
PresentationCore (5)
Core\CSharp\System\Windows\Media\Animation\Generated\Rotation3DAnimationUsingKeyFrames.cs (5)
56
_areKeyTimesValid
= true;
108
_areKeyTimesValid
= false;
176
_areKeyTimesValid
= sourceAnimation._areKeyTimesValid;
714
_areKeyTimesValid
= true;
910
_areKeyTimesValid
= true;
7 references to _areKeyTimesValid
PresentationCore (7)
Core\CSharp\System\Windows\Media\Animation\Generated\Rotation3DAnimationUsingKeyFrames.cs (7)
95
if (canFreeze & !
_areKeyTimesValid
)
176
_areKeyTimesValid = sourceAnimation.
_areKeyTimesValid
;
178
if (
_areKeyTimesValid
345
if (!
_areKeyTimesValid
)
645
Debug.Assert(
_areKeyTimesValid
, "The key frames must be resolved and sorted before calling GetResolvedKeyFrameValue");
652
Debug.Assert(
_areKeyTimesValid
, "The key frames must be resolved and sorted before calling GetResolvedKeyFrame");
702
Debug.Assert(!
_areKeyTimesValid
, "KeyFrameRotation3DAnimaton.ResolveKeyTimes() shouldn't be called if the key times are already valid.");