5 writes to _keyFrames
PresentationCore (5)
Core\CSharp\System\Windows\Media\Animation\Generated\SizeAnimationUsingKeyFrames.cs (5)
189_keyFrames = (SizeKeyFrameCollection)sourceAnimation._keyFrames.CloneCurrentValue(); 193_keyFrames = (SizeKeyFrameCollection)sourceAnimation._keyFrames.Clone(); 524_keyFrames = SizeKeyFrameCollection.Empty; 530_keyFrames = new SizeKeyFrameCollection(); 552_keyFrames = value;
28 references to _keyFrames
PresentationCore (28)
Core\CSharp\System\Windows\Media\Animation\Generated\SizeAnimationUsingKeyFrames.cs (28)
93canFreeze &= Freezable.Freeze(_keyFrames, isChecking); 185if (sourceAnimation._keyFrames != null) 189_keyFrames = (SizeKeyFrameCollection)sourceAnimation._keyFrames.CloneCurrentValue(); 193_keyFrames = (SizeKeyFrameCollection)sourceAnimation._keyFrames.Clone(); 196OnFreezablePropertyChanged(null, _keyFrames); 338if (_keyFrames == null) 520if (_keyFrames == null) 532OnFreezablePropertyChanged(null, _keyFrames); 538return _keyFrames; 549if (value != _keyFrames) 551OnFreezablePropertyChanged(_keyFrames, value); 568return _keyFrames != null 569&& _keyFrames.Count > 0; 654return _keyFrames[_sortedResolvedKeyFrames[resolvedKeyFrameIndex]._originalKeyFrameIndex]; 669if (_keyFrames != null) 671Int32 keyFrameCount = _keyFrames.Count; 675KeyTime keyTime = _keyFrames[index].KeyTime; 706if (_keyFrames != null) 708keyFrameCount = _keyFrames.Count; 759KeyTime keyTime = _keyFrames[index].KeyTime; 831KeyTimeType type = _keyFrames[index].KeyTime.Type; 920Debug.Assert(_keyFrames != null && _keyFrames.Count > 2, 931if (_keyFrames[index].KeyTime.Type == KeyTimeType.Paced) 954Size prevKeyValue = _keyFrames[index - 1].Value; 958Size currentKeyValue = _keyFrames[index].Value; 975&& _keyFrames[index].KeyTime.Type == KeyTimeType.Paced); 985totalLength += AnimatedTypeHelpers.GetSegmentLengthSize(prevKeyValue, _keyFrames[index].Value);