8 references to DrawButton
System.Windows.Forms (5)
System\Windows\Forms\Controls\Buttons\ButtonRenderer.cs (5)
81ControlPaint.DrawButton(graphics, bounds, ConvertToButtonState(state)); 108ControlPaint.DrawButton(graphics, bounds, ConvertToButtonState(state)); 157ControlPaint.DrawButton(g, bounds, ConvertToButtonState(state)); 186ControlPaint.DrawButton(g, bounds, ConvertToButtonState(state)); 265ControlPaint.DrawButton(graphics, bounds, ConvertToButtonState(state));
System.Windows.Forms.Design (3)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (1)
588ControlPaint.DrawButton(g, button, ButtonState.Normal);
System\Windows\Forms\Design\AnchorEditor.AnchorUI.cs (1)
208ControlPaint.DrawButton(e.Graphics, rc, ButtonState.Normal);
System\Windows\Forms\Design\DockEditor.DockUI.cs (1)
302ControlPaint.DrawButton(e.Graphics, rc, ButtonState.Pushed);