5 writes to _keyFrames
PresentationCore (5)
System\Windows\Media\Animation\Generated\ObjectAnimationUsingKeyFrames.cs (5)
176_keyFrames = (ObjectKeyFrameCollection)sourceAnimation._keyFrames.CloneCurrentValue(); 180_keyFrames = (ObjectKeyFrameCollection)sourceAnimation._keyFrames.Clone(); 472_keyFrames = ObjectKeyFrameCollection.Empty; 478_keyFrames = new ObjectKeyFrameCollection(); 497_keyFrames = value;
28 references to _keyFrames
PresentationCore (28)
System\Windows\Media\Animation\Generated\ObjectAnimationUsingKeyFrames.cs (28)
80canFreeze &= Freezable.Freeze(_keyFrames, isChecking); 172if (sourceAnimation._keyFrames != null) 176_keyFrames = (ObjectKeyFrameCollection)sourceAnimation._keyFrames.CloneCurrentValue(); 180_keyFrames = (ObjectKeyFrameCollection)sourceAnimation._keyFrames.Clone(); 183OnFreezablePropertyChanged(null, _keyFrames); 319if (_keyFrames == null) 468if (_keyFrames == null) 480OnFreezablePropertyChanged(null, _keyFrames); 486return _keyFrames; 494if (value != _keyFrames) 496OnFreezablePropertyChanged(_keyFrames, value); 513return _keyFrames != null 514&& _keyFrames.Count > 0; 540return _keyFrames[_sortedResolvedKeyFrames[resolvedKeyFrameIndex]._originalKeyFrameIndex]; 555if (_keyFrames != null) 557Int32 keyFrameCount = _keyFrames.Count; 561KeyTime keyTime = _keyFrames[index].KeyTime; 592if (_keyFrames != null) 594keyFrameCount = _keyFrames.Count; 645KeyTime keyTime = _keyFrames[index].KeyTime; 719KeyTimeType type = _keyFrames[index].KeyTime.Type; 808Debug.Assert(_keyFrames != null && _keyFrames.Count > 2, 819if (_keyFrames[index].KeyTime.Type == KeyTimeType.Paced) 842Object prevKeyValue = _keyFrames[index - 1].Value; 846Object currentKeyValue = _keyFrames[index].Value; 863&& _keyFrames[index].KeyTime.Type == KeyTimeType.Paced); 873totalLength += AnimatedTypeHelpers.GetSegmentLengthObject(prevKeyValue, _keyFrames[index].Value);