5 writes to _areKeyTimesValid
PresentationCore (5)
System\Windows\Media\Animation\Generated\BooleanAnimationUsingKeyFrames.cs (5)
39
_areKeyTimesValid
= true;
91
_areKeyTimesValid
= false;
159
_areKeyTimesValid
= sourceAnimation._areKeyTimesValid;
596
_areKeyTimesValid
= true;
794
_areKeyTimesValid
= true;
7 references to _areKeyTimesValid
PresentationCore (7)
System\Windows\Media\Animation\Generated\BooleanAnimationUsingKeyFrames.cs (7)
78
if (canFreeze & !
_areKeyTimesValid
)
159
_areKeyTimesValid = sourceAnimation.
_areKeyTimesValid
;
161
if (
_areKeyTimesValid
322
if (!
_areKeyTimesValid
)
527
Debug.Assert(
_areKeyTimesValid
, "The key frames must be resolved and sorted before calling GetResolvedKeyFrameValue");
534
Debug.Assert(
_areKeyTimesValid
, "The key frames must be resolved and sorted before calling GetResolvedKeyFrame");
584
Debug.Assert(!
_areKeyTimesValid
, "KeyFrameBooleanAnimaton.ResolveKeyTimes() shouldn't be called if the key times are already valid.");