5 writes to _keyFrames
PresentationCore (5)
System\Windows\Media\Animation\Generated\QuaternionAnimationUsingKeyFrames.cs (5)
176_keyFrames = (QuaternionKeyFrameCollection)sourceAnimation._keyFrames.CloneCurrentValue(); 180_keyFrames = (QuaternionKeyFrameCollection)sourceAnimation._keyFrames.Clone(); 505_keyFrames = QuaternionKeyFrameCollection.Empty; 511_keyFrames = new QuaternionKeyFrameCollection(); 530_keyFrames = value;
28 references to _keyFrames
PresentationCore (28)
System\Windows\Media\Animation\Generated\QuaternionAnimationUsingKeyFrames.cs (28)
80canFreeze &= Freezable.Freeze(_keyFrames, isChecking); 172if (sourceAnimation._keyFrames != null) 176_keyFrames = (QuaternionKeyFrameCollection)sourceAnimation._keyFrames.CloneCurrentValue(); 180_keyFrames = (QuaternionKeyFrameCollection)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; 811KeyTimeType type = _keyFrames[index].KeyTime.Type; 900Debug.Assert(_keyFrames != null && _keyFrames.Count > 2, 911if (_keyFrames[index].KeyTime.Type == KeyTimeType.Paced) 934Quaternion prevKeyValue = _keyFrames[index - 1].Value; 938Quaternion currentKeyValue = _keyFrames[index].Value; 955&& _keyFrames[index].KeyTime.Type == KeyTimeType.Paced); 965totalLength += AnimatedTypeHelpers.GetSegmentLengthQuaternion(prevKeyValue, _keyFrames[index].Value);