3 writes to Value
PresentationCore (3)
System\Windows\Media\Animation\Generated\KeyFrames.cs (3)
39Value = value; 48Value = value; 103Value = (Boolean)value;
6 references to Value
PresentationCore (6)
System\Windows\Media\Animation\Generated\BooleanAnimationUsingKeyFrames.cs (4)
529return GetResolvedKeyFrame(resolvedKeyFrameIndex).Value; 838Boolean prevKeyValue = _keyFrames[index - 1].Value; 842Boolean currentKeyValue = _keyFrames[index].Value; 869totalLength += AnimatedTypeHelpers.GetSegmentLengthBoolean(prevKeyValue, _keyFrames[index].Value);
System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
84return Value;
System\Windows\Media\Animation\Generated\KeyFrames.cs (1)
99return Value;