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