12 references to AutoReverse
PresentationCore (12)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (11)
625
if ((_timeline.
AutoReverse
== true) ||
639
if (current._timeline.
AutoReverse
|| current._timeline.AccelerationRatio > 0
2037
if (_timeline.
AutoReverse
)
2087
if (_timeline.
AutoReverse
)
2132
if (_timeline.
AutoReverse
)
2520
if (_timeline.
AutoReverse
)
2554
if (_timeline.
AutoReverse
)
2830
_timeline.
AutoReverse
);
2865
_timeline.
AutoReverse
))
2887
_timeline.
AutoReverse
);
3192
Debug.Assert(_timeline.
AutoReverse
== false);
Core\CSharp\System\Windows\Media\Animation\ClockGroup.cs (1)
131
(_timeline.
AutoReverse
== true) ||