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)
130line.Draw(ctx, new Point(lineOffset.X + delta, lineOffset.Y), (_mirror ? InvertAxes.Horizontal : InvertAxes.None));