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