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