19 references to InvertAxes
PresentationCore (10)
MS\Internal\TextFormatting\FullTextLine.cs (1)
533
InvertAxes
inversion
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
478
InvertAxes
inversion
MS\Internal\TextFormatting\TextFormatterImp.cs (4)
567
InvertAxes
inversion,
572
if (inversion ==
InvertAxes
.None)
583
if ((inversion &
InvertAxes
.Horizontal) != 0)
589
if ((inversion &
InvertAxes
.Vertical) != 0)
System\Windows\Media\FormattedText.cs (3)
1579
currentLine.Draw(ctx, lineOrigin,
InvertAxes
.None);
1692
currentLine.Draw(dc, lineOrigin,
InvertAxes
.None);
1757
InvertAxes
.None
System\Windows\Media\textformatting\TextLine.cs (1)
52
InvertAxes
inversion
PresentationFramework (9)
MS\Internal\Documents\TextBoxLine.cs (2)
228
_line.Draw(ctx, new Point(delta, 0), ((_lineProperties.FlowDirection == FlowDirection.RightToLeft) ?
InvertAxes
.Horizontal :
InvertAxes
.None));
MS\Internal\PtsHost\Line.cs (3)
443
line.Draw(ctx, new Point(delta, 0), (_mirror ?
InvertAxes
.Horizontal :
InvertAxes
.None));
673
_line.Draw(ctx, new Point(delta, 0),
InvertAxes
.None);
MS\Internal\PtsHost\ListMarkerLine.cs (2)
112
line.Draw(ctx, drawLocation, (mirror ?
InvertAxes
.Horizontal :
InvertAxes
.None));
MS\Internal\Text\Line.cs (2)
120
line.Draw(ctx, new Point(lineOffset.X + delta, lineOffset.Y), (_mirror ?
InvertAxes
.Horizontal :
InvertAxes
.None));