3 writes to Value
PresentationCore (3)
Core\CSharp\System\Windows\Media\Animation\Generated\KeyFrames.cs (3)
339
Value
= value;
348
Value
= value;
403
Value
= (Char)value;
6 references to Value
PresentationCore (6)
Core\CSharp\System\Windows\Media\Animation\Generated\CharAnimationUsingKeyFrames.cs (4)
555
return GetResolvedKeyFrame(resolvedKeyFrameIndex).
Value
;
862
Char prevKeyValue = _keyFrames[index - 1].
Value
;
866
Char currentKeyValue = _keyFrames[index].
Value
;
893
totalLength += AnimatedTypeHelpers.GetSegmentLengthChar(prevKeyValue, _keyFrames[index].
Value
);
Core\CSharp\System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
248
return
Value
;
Core\CSharp\System\Windows\Media\Animation\Generated\KeyFrames.cs (1)
399
return
Value
;