5 writes to _areKeyTimesValid
PresentationFramework (5)
src\Framework\System\Windows\Media\Animation\Generated\ThicknessAnimationUsingKeyFrames.cs (5)
56
_areKeyTimesValid
= true;
108
_areKeyTimesValid
= false;
176
_areKeyTimesValid
= sourceAnimation._areKeyTimesValid;
714
_areKeyTimesValid
= true;
910
_areKeyTimesValid
= true;
7 references to _areKeyTimesValid
PresentationFramework (7)
src\Framework\System\Windows\Media\Animation\Generated\ThicknessAnimationUsingKeyFrames.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
, "KeyFrameThicknessAnimaton.ResolveKeyTimes() shouldn't be called if the key times are already valid.");