3 writes to Value
PresentationCore (3)
System\Windows\Media\Animation\Generated\KeyFrames.cs (3)
40Value = value; 49Value = value; 104Value = (Boolean)value;
6 references to Value
PresentationCore (6)
System\Windows\Media\Animation\Generated\BooleanAnimationUsingKeyFrames.cs (4)
533return GetResolvedKeyFrame(resolvedKeyFrameIndex).Value; 842Boolean prevKeyValue = _keyFrames[index - 1].Value; 846Boolean currentKeyValue = _keyFrames[index].Value; 873totalLength += AnimatedTypeHelpers.GetSegmentLengthBoolean(prevKeyValue, _keyFrames[index].Value);
System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
85return Value;
System\Windows\Media\Animation\Generated\KeyFrames.cs (1)
100return Value;