5 references to Flat
System.Windows.Forms (5)
System\Windows\Forms\Controls\Buttons\ButtonState.cs (1)
41
All =
Flat
| Checked | Pushed | Inactive,
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (1)
504
state |= ButtonState.
Flat
;
System\Windows\Forms\Controls\ToolStrips\ToolStripMenuItem.cs (1)
711
ControlPaint.DrawCaptionButton(g, new Rectangle(Point.Empty, image.Size), (CaptionButton)buttonToUse, ButtonState.
Flat
);
System\Windows\Forms\Rendering\ControlPaint.cs (2)
1236
if ((state & ButtonState.
Flat
) == ButtonState.
Flat
)