3 writes to Value
PresentationCore (3)
System\Windows\Media\Animation\Generated\KeyFrames.cs (3)
321
Value
= value;
330
Value
= value;
385
Value
= (Char)value;
6 references to Value
PresentationCore (6)
System\Windows\Media\Animation\Generated\CharAnimationUsingKeyFrames.cs (4)
528
return GetResolvedKeyFrame(resolvedKeyFrameIndex).
Value
;
837
Char prevKeyValue = _keyFrames[index - 1].
Value
;
841
Char currentKeyValue = _keyFrames[index].
Value
;
868
totalLength += AnimatedTypeHelpers.GetSegmentLengthChar(prevKeyValue, _keyFrames[index].
Value
);
System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
236
return
Value
;
System\Windows\Media\Animation\Generated\KeyFrames.cs (1)
381
return
Value
;