5 writes to _keyFrames
PresentationCore (5)
Core\CSharp\System\Windows\Media\Animation\Generated\StringAnimationUsingKeyFrames.cs (5)
189_keyFrames = (StringKeyFrameCollection)sourceAnimation._keyFrames.CloneCurrentValue(); 193_keyFrames = (StringKeyFrameCollection)sourceAnimation._keyFrames.Clone(); 491_keyFrames = StringKeyFrameCollection.Empty; 497_keyFrames = new StringKeyFrameCollection(); 519_keyFrames = value;
28 references to _keyFrames
PresentationCore (28)
Core\CSharp\System\Windows\Media\Animation\Generated\StringAnimationUsingKeyFrames.cs (28)
93canFreeze &= Freezable.Freeze(_keyFrames, isChecking); 185if (sourceAnimation._keyFrames != null) 189_keyFrames = (StringKeyFrameCollection)sourceAnimation._keyFrames.CloneCurrentValue(); 193_keyFrames = (StringKeyFrameCollection)sourceAnimation._keyFrames.Clone(); 196OnFreezablePropertyChanged(null, _keyFrames); 338if (_keyFrames == null) 487if (_keyFrames == null) 499OnFreezablePropertyChanged(null, _keyFrames); 505return _keyFrames; 516if (value != _keyFrames) 518OnFreezablePropertyChanged(_keyFrames, value); 535return _keyFrames != null 536&& _keyFrames.Count > 0; 562return _keyFrames[_sortedResolvedKeyFrames[resolvedKeyFrameIndex]._originalKeyFrameIndex]; 577if (_keyFrames != null) 579Int32 keyFrameCount = _keyFrames.Count; 583KeyTime keyTime = _keyFrames[index].KeyTime; 614if (_keyFrames != null) 616keyFrameCount = _keyFrames.Count; 667KeyTime keyTime = _keyFrames[index].KeyTime; 739KeyTimeType type = _keyFrames[index].KeyTime.Type; 828Debug.Assert(_keyFrames != null && _keyFrames.Count > 2, 839if (_keyFrames[index].KeyTime.Type == KeyTimeType.Paced) 862String prevKeyValue = _keyFrames[index - 1].Value; 866String currentKeyValue = _keyFrames[index].Value; 883&& _keyFrames[index].KeyTime.Type == KeyTimeType.Paced); 893totalLength += AnimatedTypeHelpers.GetSegmentLengthString(prevKeyValue, _keyFrames[index].Value);