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