3 writes to Value
PresentationCore (3)
System\Windows\Media\Animation\Generated\KeyFrames.cs (3)
2578Value = value; 2587Value = value; 2642Value = (String)value;
6 references to Value
PresentationCore (6)
System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
1453return Value;
System\Windows\Media\Animation\Generated\KeyFrames.cs (1)
2638return Value;
System\Windows\Media\Animation\Generated\StringAnimationUsingKeyFrames.cs (4)
533return GetResolvedKeyFrame(resolvedKeyFrameIndex).Value; 842String prevKeyValue = _keyFrames[index - 1].Value; 846String currentKeyValue = _keyFrames[index].Value; 873totalLength += AnimatedTypeHelpers.GetSegmentLengthString(prevKeyValue, _keyFrames[index].Value);