3 writes to Value
PresentationCore (3)
System\Windows\Media\Animation\Generated\KeyFrames.cs (3)
322
Value
= value;
331
Value
= value;
386
Value
= (Char)value;
6 references to Value
PresentationCore (6)
System\Windows\Media\Animation\Generated\CharAnimationUsingKeyFrames.cs (4)
533
return GetResolvedKeyFrame(resolvedKeyFrameIndex).
Value
;
842
Char prevKeyValue = _keyFrames[index - 1].
Value
;
846
Char currentKeyValue = _keyFrames[index].
Value
;
873
totalLength += AnimatedTypeHelpers.GetSegmentLengthChar(prevKeyValue, _keyFrames[index].
Value
);
System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
237
return
Value
;
System\Windows\Media\Animation\Generated\KeyFrames.cs (1)
382
return
Value
;