2 references to IsDirectionReversed
PresentationFramework (2)
System\Windows\Controls\Primitives\Track.cs (2)
81double scale = IsDirectionReversed ? -1 : 1; 483bool isDirectionReversed = IsDirectionReversed;