6 references to IsDirectionReversed
PresentationFramework (6)
System\Windows\Controls\Slider.cs (6)
192
return slider.
IsDirectionReversed
!= (slider.FlowDirection == FlowDirection.RightToLeft);
196
return slider.
IsDirectionReversed
;
995
if (
IsDirectionReversed
)
1017
if (
IsDirectionReversed
)
1061
if (
IsDirectionReversed
)
1085
if (
IsDirectionReversed
)