5 writes to _areKeyTimesValid
PresentationCore (5)
System\Windows\Media\Animation\Generated\BooleanAnimationUsingKeyFrames.cs (5)
43
_areKeyTimesValid
= true;
95
_areKeyTimesValid
= false;
163
_areKeyTimesValid
= sourceAnimation._areKeyTimesValid;
600
_areKeyTimesValid
= true;
798
_areKeyTimesValid
= true;
7 references to _areKeyTimesValid
PresentationCore (7)
System\Windows\Media\Animation\Generated\BooleanAnimationUsingKeyFrames.cs (7)
82
if (canFreeze & !
_areKeyTimesValid
)
163
_areKeyTimesValid = sourceAnimation.
_areKeyTimesValid
;
165
if (
_areKeyTimesValid
326
if (!
_areKeyTimesValid
)
531
Debug.Assert(
_areKeyTimesValid
, "The key frames must be resolved and sorted before calling GetResolvedKeyFrameValue");
538
Debug.Assert(
_areKeyTimesValid
, "The key frames must be resolved and sorted before calling GetResolvedKeyFrame");
588
Debug.Assert(!
_areKeyTimesValid
, "KeyFrameBooleanAnimaton.ResolveKeyTimes() shouldn't be called if the key times are already valid.");