9 references to None
PresentationCore (4)
MS\Internal\TextFormatting\TextFormatterImp.cs (1)
571if (inversion == InvertAxes.None)
System\Windows\Media\FormattedText.cs (3)
1576currentLine.Draw(ctx, lineOrigin, InvertAxes.None); 1689currentLine.Draw(dc, lineOrigin, InvertAxes.None); 1754InvertAxes.None
PresentationFramework (5)
MS\Internal\Documents\TextBoxLine.cs (1)
227_line.Draw(ctx, new Point(delta, 0), ((_lineProperties.FlowDirection == FlowDirection.RightToLeft) ? InvertAxes.Horizontal : InvertAxes.None));
MS\Internal\PtsHost\Line.cs (2)
439line.Draw(ctx, new Point(delta, 0), (_mirror ? InvertAxes.Horizontal : InvertAxes.None)); 669_line.Draw(ctx, new Point(delta, 0), InvertAxes.None);
MS\Internal\PtsHost\ListMarkerLine.cs (1)
111line.Draw(ctx, drawLocation, (mirror ? InvertAxes.Horizontal : InvertAxes.None));
MS\Internal\Text\Line.cs (1)
119line.Draw(ctx, new Point(lineOffset.X + delta, lineOffset.Y), (_mirror ? InvertAxes.Horizontal : InvertAxes.None));