3 references to IsDirectionReversed
PresentationFramework (3)
src\Framework\System\Windows\Controls\Primitives\Track.cs (3)
95
double scale =
IsDirectionReversed
? -1 : 1;
341
/// DependencyProperty for <see cref="
IsDirectionReversed
" /> property.
505
bool isDirectionReversed =
IsDirectionReversed
;