5 writes to _areKeyTimesValid
PresentationCore (5)
Core\CSharp\System\Windows\Media\Animation\Generated\RectAnimationUsingKeyFrames.cs (5)
56_areKeyTimesValid = true; 108_areKeyTimesValid = false; 176_areKeyTimesValid = sourceAnimation._areKeyTimesValid; 714_areKeyTimesValid = true; 910_areKeyTimesValid = true;
7 references to _areKeyTimesValid
PresentationCore (7)
Core\CSharp\System\Windows\Media\Animation\Generated\RectAnimationUsingKeyFrames.cs (7)
95if (canFreeze & !_areKeyTimesValid) 176_areKeyTimesValid = sourceAnimation._areKeyTimesValid; 178if ( _areKeyTimesValid 345if (!_areKeyTimesValid) 645Debug.Assert(_areKeyTimesValid, "The key frames must be resolved and sorted before calling GetResolvedKeyFrameValue"); 652Debug.Assert(_areKeyTimesValid, "The key frames must be resolved and sorted before calling GetResolvedKeyFrame"); 702Debug.Assert(!_areKeyTimesValid, "KeyFrameRectAnimaton.ResolveKeyTimes() shouldn't be called if the key times are already valid.");