3 writes to Value
PresentationCore (3)
Core\CSharp\System\Windows\Media\Animation\Generated\KeyFrames.cs (3)
51Value = value; 60Value = value; 115Value = (Boolean)value;
6 references to Value
PresentationCore (6)
Core\CSharp\System\Windows\Media\Animation\Generated\BooleanAnimationUsingKeyFrames.cs (4)
555return GetResolvedKeyFrame(resolvedKeyFrameIndex).Value; 862Boolean prevKeyValue = _keyFrames[index - 1].Value; 866Boolean currentKeyValue = _keyFrames[index].Value; 893totalLength += AnimatedTypeHelpers.GetSegmentLengthBoolean(prevKeyValue, _keyFrames[index].Value);
Core\CSharp\System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
96return Value;
Core\CSharp\System\Windows\Media\Animation\Generated\KeyFrames.cs (1)
111return Value;