1 write to _mirror
PresentationFramework (1)
src\Framework\MS\Internal\Text\Line.cs (1)
93
_mirror
= (lineProperties.FlowDirection == FlowDirection.RightToLeft);
1 reference to _mirror
PresentationFramework (1)
src\Framework\MS\Internal\Text\Line.cs (1)
130
line.Draw(ctx, new Point(lineOffset.X + delta, lineOffset.Y), (
_mirror
? InvertAxes.Horizontal : InvertAxes.None));