9 writes to Value
PresentationCore (9)
Core\CSharp\System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (3)
1679Value = value; 1688Value = value; 1698Value = value;
Core\CSharp\System\Windows\Media\Animation\Generated\KeyFrames.cs (3)
2499Value = value; 2508Value = value; 2563Value = (Size)value;
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (3)
1783Value = value; 1792Value = value; 1807Value = value;
12 references to Value
PresentationCore (12)
Core\CSharp\System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
1388return Value;
Core\CSharp\System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (2)
1738return Value; 1742return AnimatedTypeHelpers.InterpolateSize(baseValue, Value, keyFrameProgress);
Core\CSharp\System\Windows\Media\Animation\Generated\KeyFrames.cs (1)
2559return Value;
Core\CSharp\System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (2)
1094return Value; 1098return AnimatedTypeHelpers.InterpolateSize(baseValue, Value, keyFrameProgress);
Core\CSharp\System\Windows\Media\Animation\Generated\SizeAnimationUsingKeyFrames.cs (4)
647return GetResolvedKeyFrame(resolvedKeyFrameIndex).Value; 954Size prevKeyValue = _keyFrames[index - 1].Value; 958Size currentKeyValue = _keyFrames[index].Value; 985totalLength += AnimatedTypeHelpers.GetSegmentLengthSize(prevKeyValue, _keyFrames[index].Value);
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (2)
1841return Value; 1847return AnimatedTypeHelpers.InterpolateSize(baseValue, Value, splineProgress);