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