7 references to CaptionButton
System.Windows.Forms (7)
System\Windows\Forms\Controls\ToolStrips\ToolStripMenuItem.cs (5)
684
buttonToUse = (int)
CaptionButton
.Close;
690
buttonToUse = (int)
CaptionButton
.Minimize;
695
buttonToUse = (int)
CaptionButton
.Restore;
699
buttonToUse = (int)
CaptionButton
.Maximize;
711
ControlPaint.DrawCaptionButton(g, new Rectangle(Point.Empty, image.Size), (
CaptionButton
)buttonToUse, ButtonState.Flat);
System\Windows\Forms\Rendering\ControlPaint.cs (2)
1234
CaptionButton
button,
1247
CaptionButton
button,