3 writes to Value
PresentationCore (3)
Core\CSharp\System\Windows\Media\Animation\Generated\KeyFrames.cs (3)
1491Value = value; 1500Value = value; 1555Value = (Object)value;
6 references to Value
PresentationCore (6)
Core\CSharp\System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
856return Value;
Core\CSharp\System\Windows\Media\Animation\Generated\KeyFrames.cs (1)
1551return Value;
Core\CSharp\System\Windows\Media\Animation\Generated\ObjectAnimationUsingKeyFrames.cs (4)
555return GetResolvedKeyFrame(resolvedKeyFrameIndex).Value; 862Object prevKeyValue = _keyFrames[index - 1].Value; 866Object currentKeyValue = _keyFrames[index].Value; 893totalLength += AnimatedTypeHelpers.GetSegmentLengthObject(prevKeyValue, _keyFrames[index].Value);