6 references to IsDirectionReversed
PresentationFramework (6)
System\Windows\Controls\Slider.cs (6)
203
return slider.
IsDirectionReversed
!= (slider.FlowDirection == FlowDirection.RightToLeft);
207
return slider.
IsDirectionReversed
;
1022
if (
IsDirectionReversed
)
1044
if (
IsDirectionReversed
)
1088
if (
IsDirectionReversed
)
1112
if (
IsDirectionReversed
)