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