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