3 references to Rotate270FlipNone
System.Drawing (1)
commonui\System\Drawing\RotateFlipType.cs (1)
89Rotate90FlipXY = Rotate270FlipNone,
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripRenderer.cs (1)
943textBmp.RotateFlip((e.TextDirection == ToolStripTextDirection.Vertical90) ? RotateFlipType.Rotate90FlipNone : RotateFlipType.Rotate270FlipNone);
System.Workflow.ComponentModel (1)
AuthoringOM\Design\MessageFilters\AutoScrollExpandMessageFilter.cs (1)
233indicator.RotateFlip(RotateFlipType.Rotate270FlipNone);