5 writes to _keyFrames
PresentationCore (5)
System\Windows\Media\Animation\Generated\Vector3DAnimationUsingKeyFrames.cs (5)
173_keyFrames = (Vector3DKeyFrameCollection)sourceAnimation._keyFrames.CloneCurrentValue(); 177_keyFrames = (Vector3DKeyFrameCollection)sourceAnimation._keyFrames.Clone(); 502_keyFrames = Vector3DKeyFrameCollection.Empty; 508_keyFrames = new Vector3DKeyFrameCollection(); 527_keyFrames = value;
28 references to _keyFrames
PresentationCore (28)
System\Windows\Media\Animation\Generated\Vector3DAnimationUsingKeyFrames.cs (28)
77canFreeze &= Freezable.Freeze(_keyFrames, isChecking); 169if (sourceAnimation._keyFrames != null) 173_keyFrames = (Vector3DKeyFrameCollection)sourceAnimation._keyFrames.CloneCurrentValue(); 177_keyFrames = (Vector3DKeyFrameCollection)sourceAnimation._keyFrames.Clone(); 180OnFreezablePropertyChanged(null, _keyFrames); 316if (_keyFrames == null) 498if (_keyFrames == null) 510OnFreezablePropertyChanged(null, _keyFrames); 516return _keyFrames; 524if (value != _keyFrames) 526OnFreezablePropertyChanged(_keyFrames, value); 543return _keyFrames != null 544&& _keyFrames.Count > 0; 629return _keyFrames[_sortedResolvedKeyFrames[resolvedKeyFrameIndex]._originalKeyFrameIndex]; 644if (_keyFrames != null) 646Int32 keyFrameCount = _keyFrames.Count; 650KeyTime keyTime = _keyFrames[index].KeyTime; 681if (_keyFrames != null) 683keyFrameCount = _keyFrames.Count; 734KeyTime keyTime = _keyFrames[index].KeyTime; 806KeyTimeType type = _keyFrames[index].KeyTime.Type; 895Debug.Assert(_keyFrames != null && _keyFrames.Count > 2, 906if (_keyFrames[index].KeyTime.Type == KeyTimeType.Paced) 929Vector3D prevKeyValue = _keyFrames[index - 1].Value; 933Vector3D currentKeyValue = _keyFrames[index].Value; 950&& _keyFrames[index].KeyTime.Type == KeyTimeType.Paced); 960totalLength += AnimatedTypeHelpers.GetSegmentLengthVector3D(prevKeyValue, _keyFrames[index].Value);