8 references to RotateFlipType
System.Drawing (1)
System.Drawing.cs (1)
142
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.
RotateFlipType
))]
System.Drawing.Common (1)
System\Drawing\Image.cs (1)
725
public void RotateFlip(
RotateFlipType
rotateFlipType)
System.Windows.Forms (6)
System\Windows\Forms\Controls\DataGridView\DataGridViewColumnHeaderCell.cs (1)
839
bmFlipXPThemes.RotateFlip(
RotateFlipType
.RotateNoneFlipX);
System\Windows\Forms\Controls\DataGridView\DataGridViewRowHeaderCell.cs (2)
705
bmFlipXPThemes.RotateFlip(DataGridView.RightToLeftInternal ?
RotateFlipType
.Rotate90FlipNone :
RotateFlipType
.Rotate270FlipY);
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
1723
mirroredImage.RotateFlip(
RotateFlipType
.RotateNoneFlipX);
System\Windows\Forms\Controls\ToolStrips\ToolStripRenderer.cs (2)
934
?
RotateFlipType
.Rotate90FlipNone
935
:
RotateFlipType
.Rotate270FlipNone);