1 write to
PresentationCore (1)
System\Windows\Media\Animation\Generated\BooleanKeyFrameCollection.cs (1)
447this[index] = (BooleanKeyFrame)value;
10 references to
PresentationCore (10)
System\Windows\Media\Animation\Generated\BooleanAnimationUsingKeyFrames.cs (9)
536return _keyFrames[_sortedResolvedKeyFrames[resolvedKeyFrameIndex]._originalKeyFrameIndex]; 557KeyTime keyTime = _keyFrames[index].KeyTime; 641KeyTime keyTime = _keyFrames[index].KeyTime; 713KeyTimeType type = _keyFrames[index].KeyTime.Type; 813if (_keyFrames[index].KeyTime.Type == KeyTimeType.Paced) 836Boolean prevKeyValue = _keyFrames[index - 1].Value; 840Boolean currentKeyValue = _keyFrames[index].Value; 857&& _keyFrames[index].KeyTime.Type == KeyTimeType.Paced); 867totalLength += AnimatedTypeHelpers.GetSegmentLengthBoolean(prevKeyValue, _keyFrames[index].Value);
System\Windows\Media\Animation\Generated\BooleanKeyFrameCollection.cs (1)
443return this[index];