6 references to IsDirectionReversed
PresentationFramework (6)
System\Windows\Controls\Slider.cs (6)
191
return slider.
IsDirectionReversed
!= (slider.FlowDirection == FlowDirection.RightToLeft);
195
return slider.
IsDirectionReversed
;
994
if (
IsDirectionReversed
)
1016
if (
IsDirectionReversed
)
1060
if (
IsDirectionReversed
)
1084
if (
IsDirectionReversed
)