19 references to InvertAxes
PresentationCore (10)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (1)
570
InvertAxes
inversion
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (1)
491
InvertAxes
inversion
Core\CSharp\MS\Internal\TextFormatting\TextFormatterImp.cs (4)
620
InvertAxes
inversion,
625
if (inversion ==
InvertAxes
.None)
636
if ((inversion &
InvertAxes
.Horizontal) != 0)
642
if ((inversion &
InvertAxes
.Vertical) != 0)
Core\CSharp\System\Windows\Media\FormattedText.cs (3)
1629
currentLine.Draw(ctx, lineOrigin,
InvertAxes
.None);
1743
currentLine.Draw(dc, lineOrigin,
InvertAxes
.None);
1808
InvertAxes
.None
Core\CSharp\System\Windows\Media\TextFormatting\TextLine.cs (1)
64
InvertAxes
inversion
PresentationFramework (9)
src\Framework\MS\Internal\Documents\TextBoxLine.cs (2)
237
_line.Draw(ctx, new Point(delta, 0), ((_lineProperties.FlowDirection == FlowDirection.RightToLeft) ?
InvertAxes
.Horizontal :
InvertAxes
.None));
src\Framework\MS\Internal\PtsHost\Line.cs (3)
461
line.Draw(ctx, new Point(delta, 0), (_mirror ?
InvertAxes
.Horizontal :
InvertAxes
.None));
691
_line.Draw(ctx, new Point(delta, 0),
InvertAxes
.None);
src\Framework\MS\Internal\PtsHost\ListMarkerLine.cs (2)
123
line.Draw(ctx, drawLocation, (mirror ?
InvertAxes
.Horizontal :
InvertAxes
.None));
src\Framework\MS\Internal\Text\Line.cs (2)
130
line.Draw(ctx, new Point(lineOffset.X + delta, lineOffset.Y), (_mirror ?
InvertAxes
.Horizontal :
InvertAxes
.None));