4 references to IsDirectionReversed
PresentationFramework (4)
src\Framework\System\Windows\Controls\Slider.cs (4)
205
return slider.
IsDirectionReversed
!= (slider.FlowDirection == FlowDirection.RightToLeft);
209
return slider.
IsDirectionReversed
;
1027
if (
IsDirectionReversed
)
1049
if (
IsDirectionReversed
)