5 references to Rotate90FlipNone
System.Drawing (1)
commonui\System\Drawing\RotateFlipType.cs (1)
99Rotate270FlipXY = Rotate90FlipNone
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewRowHeaderCell.cs (1)
837bmFlipXPThemes.RotateFlip(this.DataGridView.RightToLeftInternal ? RotateFlipType.Rotate90FlipNone : RotateFlipType.Rotate270FlipY);
winforms\Managed\System\WinForms\ToolStripRenderer.cs (1)
943textBmp.RotateFlip((e.TextDirection == ToolStripTextDirection.Vertical90) ? RotateFlipType.Rotate90FlipNone : RotateFlipType.Rotate270FlipNone);
System.Workflow.ComponentModel (2)
AuthoringOM\Design\DesignerWidgets.cs (1)
1938bitmap.RotateFlip(RotateFlipType.Rotate90FlipNone);
AuthoringOM\Design\MessageFilters\AutoScrollExpandMessageFilter.cs (1)
235indicator.RotateFlip(RotateFlipType.Rotate90FlipNone);