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