5 writes to _keyFrames
PresentationCore (5)
System\Windows\Media\Animation\Generated\StringAnimationUsingKeyFrames.cs (5)
171_keyFrames = (StringKeyFrameCollection)sourceAnimation._keyFrames.CloneCurrentValue(); 175_keyFrames = (StringKeyFrameCollection)sourceAnimation._keyFrames.Clone(); 467_keyFrames = StringKeyFrameCollection.Empty; 473_keyFrames = new StringKeyFrameCollection(); 492_keyFrames = value;
28 references to _keyFrames
PresentationCore (28)
System\Windows\Media\Animation\Generated\StringAnimationUsingKeyFrames.cs (28)
75canFreeze &= Freezable.Freeze(_keyFrames, isChecking); 167if (sourceAnimation._keyFrames != null) 171_keyFrames = (StringKeyFrameCollection)sourceAnimation._keyFrames.CloneCurrentValue(); 175_keyFrames = (StringKeyFrameCollection)sourceAnimation._keyFrames.Clone(); 178OnFreezablePropertyChanged(null, _keyFrames); 314if (_keyFrames == null) 463if (_keyFrames == null) 475OnFreezablePropertyChanged(null, _keyFrames); 481return _keyFrames; 489if (value != _keyFrames) 491OnFreezablePropertyChanged(_keyFrames, value); 508return _keyFrames != null 509&& _keyFrames.Count > 0; 535return _keyFrames[_sortedResolvedKeyFrames[resolvedKeyFrameIndex]._originalKeyFrameIndex]; 550if (_keyFrames != null) 552Int32 keyFrameCount = _keyFrames.Count; 556KeyTime keyTime = _keyFrames[index].KeyTime; 587if (_keyFrames != null) 589keyFrameCount = _keyFrames.Count; 640KeyTime keyTime = _keyFrames[index].KeyTime; 712KeyTimeType type = _keyFrames[index].KeyTime.Type; 801Debug.Assert(_keyFrames != null && _keyFrames.Count > 2, 812if (_keyFrames[index].KeyTime.Type == KeyTimeType.Paced) 835String prevKeyValue = _keyFrames[index - 1].Value; 839String currentKeyValue = _keyFrames[index].Value; 856&& _keyFrames[index].KeyTime.Type == KeyTimeType.Paced); 866totalLength += AnimatedTypeHelpers.GetSegmentLengthString(prevKeyValue, _keyFrames[index].Value);