1 write to
PresentationCore (1)
System\Windows\Media\Animation\Generated\BooleanKeyFrameCollection.cs (1)
448this[index] = (BooleanKeyFrame)value;
10 references to
PresentationCore (10)
System\Windows\Media\Animation\Generated\BooleanAnimationUsingKeyFrames.cs (9)
541return _keyFrames[_sortedResolvedKeyFrames[resolvedKeyFrameIndex]._originalKeyFrameIndex]; 562KeyTime keyTime = _keyFrames[index].KeyTime; 646KeyTime keyTime = _keyFrames[index].KeyTime; 720KeyTimeType type = _keyFrames[index].KeyTime.Type; 820if (_keyFrames[index].KeyTime.Type == KeyTimeType.Paced) 843Boolean prevKeyValue = _keyFrames[index - 1].Value; 847Boolean currentKeyValue = _keyFrames[index].Value; 864&& _keyFrames[index].KeyTime.Type == KeyTimeType.Paced); 874totalLength += AnimatedTypeHelpers.GetSegmentLengthBoolean(prevKeyValue, _keyFrames[index].Value);
System\Windows\Media\Animation\Generated\BooleanKeyFrameCollection.cs (1)
444return this[index];