5 writes to _areKeyTimesValid
PresentationCore (5)
System\Windows\Media\Animation\Generated\RectAnimationUsingKeyFrames.cs (5)
44
_areKeyTimesValid
= true;
96
_areKeyTimesValid
= false;
164
_areKeyTimesValid
= sourceAnimation._areKeyTimesValid;
693
_areKeyTimesValid
= true;
891
_areKeyTimesValid
= true;
7 references to _areKeyTimesValid
PresentationCore (7)
System\Windows\Media\Animation\Generated\RectAnimationUsingKeyFrames.cs (7)
83
if (canFreeze & !
_areKeyTimesValid
)
164
_areKeyTimesValid = sourceAnimation.
_areKeyTimesValid
;
166
if (
_areKeyTimesValid
327
if (!
_areKeyTimesValid
)
624
Debug.Assert(
_areKeyTimesValid
, "The key frames must be resolved and sorted before calling GetResolvedKeyFrameValue");
631
Debug.Assert(
_areKeyTimesValid
, "The key frames must be resolved and sorted before calling GetResolvedKeyFrame");
681
Debug.Assert(!
_areKeyTimesValid
, "KeyFrameRectAnimaton.ResolveKeyTimes() shouldn't be called if the key times are already valid.");