6 references to Horizontal
PresentationCore (2)
MS\Internal\TextFormatting\TextFormatterImp.cs (1)
583
if ((inversion & InvertAxes.
Horizontal
) != 0)
System\Windows\Media\textformatting\TextLine.cs (1)
381
Both = (
Horizontal
| Vertical),
PresentationFramework (4)
MS\Internal\Documents\TextBoxLine.cs (1)
228
_line.Draw(ctx, new Point(delta, 0), ((_lineProperties.FlowDirection == FlowDirection.RightToLeft) ? InvertAxes.
Horizontal
: InvertAxes.None));
MS\Internal\PtsHost\Line.cs (1)
443
line.Draw(ctx, new Point(delta, 0), (_mirror ? InvertAxes.
Horizontal
: InvertAxes.None));
MS\Internal\PtsHost\ListMarkerLine.cs (1)
112
line.Draw(ctx, drawLocation, (mirror ? InvertAxes.
Horizontal
: InvertAxes.None));
MS\Internal\Text\Line.cs (1)
120
line.Draw(ctx, new Point(lineOffset.X + delta, lineOffset.Y), (_mirror ? InvertAxes.
Horizontal
: InvertAxes.None));