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)
461
line.Draw(ctx, new Point(delta, 0), (
_mirror
? InvertAxes.Horizontal : InvertAxes.None));