6 references to IsDirectionReversed
PresentationFramework (6)
System\Windows\Controls\Slider.cs (6)
191
return slider.
IsDirectionReversed
!= (slider.FlowDirection == FlowDirection.RightToLeft);
195
return slider.
IsDirectionReversed
;
991
if (
IsDirectionReversed
)
1013
if (
IsDirectionReversed
)
1057
if (
IsDirectionReversed
)
1081
if (
IsDirectionReversed
)