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