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