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)
91
canFreeze &= Freezable.Freeze(
_keyFrames
, isChecking);
183
if (sourceAnimation.
_keyFrames
!= null)
187
_keyFrames = (StringKeyFrameCollection)sourceAnimation.
_keyFrames
.CloneCurrentValue();
191
_keyFrames = (StringKeyFrameCollection)sourceAnimation.
_keyFrames
.Clone();
194
OnFreezablePropertyChanged(null,
_keyFrames
);
330
if (
_keyFrames
== null)
479
if (
_keyFrames
== null)
491
OnFreezablePropertyChanged(null,
_keyFrames
);
497
return
_keyFrames
;
505
if (value !=
_keyFrames
)
507
OnFreezablePropertyChanged(
_keyFrames
, value);
524
return
_keyFrames
!= null
525
&&
_keyFrames
.Count > 0;
551
return
_keyFrames
[_sortedResolvedKeyFrames[resolvedKeyFrameIndex]._originalKeyFrameIndex];
566
if (
_keyFrames
!= null)
568
Int32 keyFrameCount =
_keyFrames
.Count;
572
KeyTime keyTime =
_keyFrames
[index].KeyTime;
603
if (
_keyFrames
!= null)
605
keyFrameCount =
_keyFrames
.Count;
656
KeyTime keyTime =
_keyFrames
[index].KeyTime;
728
KeyTimeType type =
_keyFrames
[index].KeyTime.Type;
817
Debug.Assert(
_keyFrames
!= null &&
_keyFrames
.Count > 2,
828
if (
_keyFrames
[index].KeyTime.Type == KeyTimeType.Paced)
851
String prevKeyValue =
_keyFrames
[index - 1].Value;
855
String currentKeyValue =
_keyFrames
[index].Value;
872
&&
_keyFrames
[index].KeyTime.Type == KeyTimeType.Paced);
882
totalLength += AnimatedTypeHelpers.GetSegmentLengthString(prevKeyValue,
_keyFrames
[index].Value);