5 writes to _keyFrames
PresentationFramework (5)
System\Windows\Media\Animation\Generated\ThicknessAnimationUsingKeyFrames.cs (5)
186_keyFrames = (ThicknessKeyFrameCollection)sourceAnimation._keyFrames.CloneCurrentValue(); 190_keyFrames = (ThicknessKeyFrameCollection)sourceAnimation._keyFrames.Clone(); 515_keyFrames = ThicknessKeyFrameCollection.Empty; 521_keyFrames = new ThicknessKeyFrameCollection(); 540_keyFrames = value;
28 references to _keyFrames
PresentationFramework (28)
System\Windows\Media\Animation\Generated\ThicknessAnimationUsingKeyFrames.cs (28)
90canFreeze &= Freezable.Freeze(_keyFrames, isChecking); 182if (sourceAnimation._keyFrames != null) 186_keyFrames = (ThicknessKeyFrameCollection)sourceAnimation._keyFrames.CloneCurrentValue(); 190_keyFrames = (ThicknessKeyFrameCollection)sourceAnimation._keyFrames.Clone(); 193OnFreezablePropertyChanged(null, _keyFrames); 329if (_keyFrames == null) 511if (_keyFrames == null) 523OnFreezablePropertyChanged(null, _keyFrames); 529return _keyFrames; 537if (value != _keyFrames) 539OnFreezablePropertyChanged(_keyFrames, value); 556return _keyFrames != null 557&& _keyFrames.Count > 0; 642return _keyFrames[_sortedResolvedKeyFrames[resolvedKeyFrameIndex]._originalKeyFrameIndex]; 657if (_keyFrames != null) 659Int32 keyFrameCount = _keyFrames.Count; 663KeyTime keyTime = _keyFrames[index].KeyTime; 694if (_keyFrames != null) 696keyFrameCount = _keyFrames.Count; 747KeyTime keyTime = _keyFrames[index].KeyTime; 819KeyTimeType type = _keyFrames[index].KeyTime.Type; 908Debug.Assert(_keyFrames != null && _keyFrames.Count > 2, 919if (_keyFrames[index].KeyTime.Type == KeyTimeType.Paced) 942Thickness prevKeyValue = _keyFrames[index - 1].Value; 946Thickness currentKeyValue = _keyFrames[index].Value; 963&& _keyFrames[index].KeyTime.Type == KeyTimeType.Paced); 973totalLength += AnimatedTypeHelpers.GetSegmentLengthThickness(prevKeyValue, _keyFrames[index].Value);