5 writes to _keyFrames
PresentationCore (5)
System\Windows\Media\Animation\Generated\StringAnimationUsingKeyFrames.cs (5)
171
_keyFrames
= (StringKeyFrameCollection)sourceAnimation._keyFrames.CloneCurrentValue();
175
_keyFrames
= (StringKeyFrameCollection)sourceAnimation._keyFrames.Clone();
467
_keyFrames
= StringKeyFrameCollection.Empty;
473
_keyFrames
= new StringKeyFrameCollection();
492
_keyFrames
= value;
28 references to _keyFrames
PresentationCore (28)
System\Windows\Media\Animation\Generated\StringAnimationUsingKeyFrames.cs (28)
75
canFreeze &= Freezable.Freeze(
_keyFrames
, isChecking);
167
if (sourceAnimation.
_keyFrames
!= null)
171
_keyFrames = (StringKeyFrameCollection)sourceAnimation.
_keyFrames
.CloneCurrentValue();
175
_keyFrames = (StringKeyFrameCollection)sourceAnimation.
_keyFrames
.Clone();
178
OnFreezablePropertyChanged(null,
_keyFrames
);
314
if (
_keyFrames
== null)
463
if (
_keyFrames
== null)
475
OnFreezablePropertyChanged(null,
_keyFrames
);
481
return
_keyFrames
;
489
if (value !=
_keyFrames
)
491
OnFreezablePropertyChanged(
_keyFrames
, value);
508
return
_keyFrames
!= null
509
&&
_keyFrames
.Count > 0;
535
return
_keyFrames
[_sortedResolvedKeyFrames[resolvedKeyFrameIndex]._originalKeyFrameIndex];
550
if (
_keyFrames
!= null)
552
Int32 keyFrameCount =
_keyFrames
.Count;
556
KeyTime keyTime =
_keyFrames
[index].KeyTime;
587
if (
_keyFrames
!= null)
589
keyFrameCount =
_keyFrames
.Count;
640
KeyTime keyTime =
_keyFrames
[index].KeyTime;
712
KeyTimeType type =
_keyFrames
[index].KeyTime.Type;
801
Debug.Assert(
_keyFrames
!= null &&
_keyFrames
.Count > 2,
812
if (
_keyFrames
[index].KeyTime.Type == KeyTimeType.Paced)
835
String prevKeyValue =
_keyFrames
[index - 1].Value;
839
String currentKeyValue =
_keyFrames
[index].Value;
856
&&
_keyFrames
[index].KeyTime.Type == KeyTimeType.Paced);
866
totalLength += AnimatedTypeHelpers.GetSegmentLengthString(prevKeyValue,
_keyFrames
[index].Value);