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)
78if (canFreeze & !_areKeyTimesValid) 159_areKeyTimesValid = sourceAnimation._areKeyTimesValid; 161if ( _areKeyTimesValid 322if (!_areKeyTimesValid) 527Debug.Assert(_areKeyTimesValid, "The key frames must be resolved and sorted before calling GetResolvedKeyFrameValue"); 534Debug.Assert(_areKeyTimesValid, "The key frames must be resolved and sorted before calling GetResolvedKeyFrame"); 584Debug.Assert(!_areKeyTimesValid, "KeyFrameBooleanAnimaton.ResolveKeyTimes() shouldn't be called if the key times are already valid.");