5 writes to _keyFrames
PresentationCore (5)
System\Windows\Media\Animation\Generated\StringAnimationUsingKeyFrames.cs (5)
187_keyFrames = (StringKeyFrameCollection)sourceAnimation._keyFrames.CloneCurrentValue(); 191_keyFrames = (StringKeyFrameCollection)sourceAnimation._keyFrames.Clone(); 483_keyFrames = StringKeyFrameCollection.Empty; 489_keyFrames = new StringKeyFrameCollection(); 508_keyFrames = value;
28 references to _keyFrames
PresentationCore (28)
System\Windows\Media\Animation\Generated\StringAnimationUsingKeyFrames.cs (28)
91canFreeze &= Freezable.Freeze(_keyFrames, isChecking); 183if (sourceAnimation._keyFrames != null) 187_keyFrames = (StringKeyFrameCollection)sourceAnimation._keyFrames.CloneCurrentValue(); 191_keyFrames = (StringKeyFrameCollection)sourceAnimation._keyFrames.Clone(); 194OnFreezablePropertyChanged(null, _keyFrames); 330if (_keyFrames == null) 479if (_keyFrames == null) 491OnFreezablePropertyChanged(null, _keyFrames); 497return _keyFrames; 505if (value != _keyFrames) 507OnFreezablePropertyChanged(_keyFrames, value); 524return _keyFrames != null 525&& _keyFrames.Count > 0; 551return _keyFrames[_sortedResolvedKeyFrames[resolvedKeyFrameIndex]._originalKeyFrameIndex]; 566if (_keyFrames != null) 568Int32 keyFrameCount = _keyFrames.Count; 572KeyTime keyTime = _keyFrames[index].KeyTime; 603if (_keyFrames != null) 605keyFrameCount = _keyFrames.Count; 656KeyTime keyTime = _keyFrames[index].KeyTime; 728KeyTimeType type = _keyFrames[index].KeyTime.Type; 817Debug.Assert(_keyFrames != null && _keyFrames.Count > 2, 828if (_keyFrames[index].KeyTime.Type == KeyTimeType.Paced) 851String prevKeyValue = _keyFrames[index - 1].Value; 855String currentKeyValue = _keyFrames[index].Value; 872&& _keyFrames[index].KeyTime.Type == KeyTimeType.Paced); 882totalLength += AnimatedTypeHelpers.GetSegmentLengthString(prevKeyValue, _keyFrames[index].Value);