5 references to Flat
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ButtonState.cs (1)
86All = Flat | Checked | Pushed | Inactive,
winforms\Managed\System\WinForms\CheckedListBox.cs (1)
665state |= ButtonState.Flat;
winforms\Managed\System\WinForms\ControlPaint.cs (2)
1156if ((state & ButtonState.Flat) == ButtonState.Flat) {
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (1)
820ControlPaint.DrawCaptionButton(g, new Rectangle(Point.Empty, image.Size), (CaptionButton)buttonToUse, ButtonState.Flat);