6 references to IsDirectionReversed
PresentationFramework (6)
System\Windows\Controls\Slider.cs (6)
192
return slider.
IsDirectionReversed
!= (slider.FlowDirection == FlowDirection.RightToLeft);
196
return slider.
IsDirectionReversed
;
1011
if (
IsDirectionReversed
)
1033
if (
IsDirectionReversed
)
1077
if (
IsDirectionReversed
)
1101
if (
IsDirectionReversed
)