3 writes to Value
PresentationCore (3)
System\Windows\Media\Animation\Generated\KeyFrames.cs (3)
1309Value = value; 1318Value = value; 1373Value = (Matrix)value;
6 references to Value
PresentationCore (6)
System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
769return Value;
System\Windows\Media\Animation\Generated\KeyFrames.cs (1)
1369return Value;
System\Windows\Media\Animation\Generated\MatrixAnimationUsingKeyFrames.cs (4)
533return GetResolvedKeyFrame(resolvedKeyFrameIndex).Value; 842Matrix prevKeyValue = _keyFrames[index - 1].Value; 846Matrix currentKeyValue = _keyFrames[index].Value; 873totalLength += AnimatedTypeHelpers.GetSegmentLengthMatrix(prevKeyValue, _keyFrames[index].Value);