3 writes to Value
PresentationCore (3)
Core\CSharp\System\Windows\Media\Animation\Generated\KeyFrames.cs (3)
2643
Value
= value;
2652
Value
= value;
2707
Value
= (String)value;
6 references to Value
PresentationCore (6)
Core\CSharp\System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
1464
return
Value
;
Core\CSharp\System\Windows\Media\Animation\Generated\KeyFrames.cs (1)
2703
return
Value
;
Core\CSharp\System\Windows\Media\Animation\Generated\StringAnimationUsingKeyFrames.cs (4)
555
return GetResolvedKeyFrame(resolvedKeyFrameIndex).
Value
;
862
String prevKeyValue = _keyFrames[index - 1].
Value
;
866
String currentKeyValue = _keyFrames[index].
Value
;
893
totalLength += AnimatedTypeHelpers.GetSegmentLengthString(prevKeyValue, _keyFrames[index].
Value
);