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)
82if (canFreeze & !_areKeyTimesValid) 163_areKeyTimesValid = sourceAnimation._areKeyTimesValid; 165if ( _areKeyTimesValid 326if (!_areKeyTimesValid) 531Debug.Assert(_areKeyTimesValid, "The key frames must be resolved and sorted before calling GetResolvedKeyFrameValue"); 538Debug.Assert(_areKeyTimesValid, "The key frames must be resolved and sorted before calling GetResolvedKeyFrame"); 588Debug.Assert(!_areKeyTimesValid, "KeyFrameBooleanAnimaton.ResolveKeyTimes() shouldn't be called if the key times are already valid.");