5 writes to _keyFrames
PresentationFramework (5)
System\Windows\Media\Animation\Generated\ThicknessAnimationUsingKeyFrames.cs (5)
176_keyFrames = (ThicknessKeyFrameCollection)sourceAnimation._keyFrames.CloneCurrentValue(); 180_keyFrames = (ThicknessKeyFrameCollection)sourceAnimation._keyFrames.Clone(); 505_keyFrames = ThicknessKeyFrameCollection.Empty; 511_keyFrames = new ThicknessKeyFrameCollection(); 530_keyFrames = value;
28 references to _keyFrames
PresentationFramework (28)
System\Windows\Media\Animation\Generated\ThicknessAnimationUsingKeyFrames.cs (28)
80canFreeze &= Freezable.Freeze(_keyFrames, isChecking); 172if (sourceAnimation._keyFrames != null) 176_keyFrames = (ThicknessKeyFrameCollection)sourceAnimation._keyFrames.CloneCurrentValue(); 180_keyFrames = (ThicknessKeyFrameCollection)sourceAnimation._keyFrames.Clone(); 183OnFreezablePropertyChanged(null, _keyFrames); 319if (_keyFrames == null) 501if (_keyFrames == null) 513OnFreezablePropertyChanged(null, _keyFrames); 519return _keyFrames; 527if (value != _keyFrames) 529OnFreezablePropertyChanged(_keyFrames, value); 546return _keyFrames != null 547&& _keyFrames.Count > 0; 632return _keyFrames[_sortedResolvedKeyFrames[resolvedKeyFrameIndex]._originalKeyFrameIndex]; 647if (_keyFrames != null) 649Int32 keyFrameCount = _keyFrames.Count; 653KeyTime keyTime = _keyFrames[index].KeyTime; 684if (_keyFrames != null) 686keyFrameCount = _keyFrames.Count; 737KeyTime keyTime = _keyFrames[index].KeyTime; 809KeyTimeType type = _keyFrames[index].KeyTime.Type; 898Debug.Assert(_keyFrames != null && _keyFrames.Count > 2, 909if (_keyFrames[index].KeyTime.Type == KeyTimeType.Paced) 932Thickness prevKeyValue = _keyFrames[index - 1].Value; 936Thickness currentKeyValue = _keyFrames[index].Value; 953&& _keyFrames[index].KeyTime.Type == KeyTimeType.Paced); 963totalLength += AnimatedTypeHelpers.GetSegmentLengthThickness(prevKeyValue, _keyFrames[index].Value);