5 writes to _keyFrames
PresentationCore (5)
System\Windows\Media\Animation\Generated\Int32AnimationUsingKeyFrames.cs (5)
177_keyFrames = (Int32KeyFrameCollection)sourceAnimation._keyFrames.CloneCurrentValue(); 181_keyFrames = (Int32KeyFrameCollection)sourceAnimation._keyFrames.Clone(); 506_keyFrames = Int32KeyFrameCollection.Empty; 512_keyFrames = new Int32KeyFrameCollection(); 531_keyFrames = value;
28 references to _keyFrames
PresentationCore (28)
System\Windows\Media\Animation\Generated\Int32AnimationUsingKeyFrames.cs (28)
81canFreeze &= Freezable.Freeze(_keyFrames, isChecking); 173if (sourceAnimation._keyFrames != null) 177_keyFrames = (Int32KeyFrameCollection)sourceAnimation._keyFrames.CloneCurrentValue(); 181_keyFrames = (Int32KeyFrameCollection)sourceAnimation._keyFrames.Clone(); 184OnFreezablePropertyChanged(null, _keyFrames); 320if (_keyFrames == null) 502if (_keyFrames == null) 514OnFreezablePropertyChanged(null, _keyFrames); 520return _keyFrames; 528if (value != _keyFrames) 530OnFreezablePropertyChanged(_keyFrames, value); 547return _keyFrames != null 548&& _keyFrames.Count > 0; 633return _keyFrames[_sortedResolvedKeyFrames[resolvedKeyFrameIndex]._originalKeyFrameIndex]; 648if (_keyFrames != null) 650Int32 keyFrameCount = _keyFrames.Count; 654KeyTime keyTime = _keyFrames[index].KeyTime; 685if (_keyFrames != null) 687keyFrameCount = _keyFrames.Count; 738KeyTime keyTime = _keyFrames[index].KeyTime; 812KeyTimeType type = _keyFrames[index].KeyTime.Type; 901Debug.Assert(_keyFrames != null && _keyFrames.Count > 2, 912if (_keyFrames[index].KeyTime.Type == KeyTimeType.Paced) 935Int32 prevKeyValue = _keyFrames[index - 1].Value; 939Int32 currentKeyValue = _keyFrames[index].Value; 956&& _keyFrames[index].KeyTime.Type == KeyTimeType.Paced); 966totalLength += AnimatedTypeHelpers.GetSegmentLengthInt32(prevKeyValue, _keyFrames[index].Value);