3 writes to Value
PresentationCore (3)
System\Windows\Media\Animation\Generated\KeyFrames.cs (3)
2577Value = value; 2586Value = value; 2641Value = (String)value;
6 references to Value
PresentationCore (6)
System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
1452return Value;
System\Windows\Media\Animation\Generated\KeyFrames.cs (1)
2637return Value;
System\Windows\Media\Animation\Generated\StringAnimationUsingKeyFrames.cs (4)
528return GetResolvedKeyFrame(resolvedKeyFrameIndex).Value; 837String prevKeyValue = _keyFrames[index - 1].Value; 841String currentKeyValue = _keyFrames[index].Value; 868totalLength += AnimatedTypeHelpers.GetSegmentLengthString(prevKeyValue, _keyFrames[index].Value);