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