1 write to _mirror
PresentationFramework (1)
src\Framework\MS\Internal\PtsHost\Line.cs (1)
284_mirror = (lineProps.FlowDirection == FlowDirection.RightToLeft);
1 reference to _mirror
PresentationFramework (1)
src\Framework\MS\Internal\PtsHost\Line.cs (1)
461line.Draw(ctx, new Point(delta, 0), (_mirror ? InvertAxes.Horizontal : InvertAxes.None));