Implemented interface member:
method
DrawButtonBackground
System.Windows.Forms.IButtonRenderer.DrawButtonBackground(System.Drawing.Graphics, System.Drawing.Rectangle, System.Windows.Forms.VisualStyles.PushButtonState, System.Boolean)
3 overrides of DrawButtonBackground
System.Windows.Forms (3)
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\FlatButtonDarkModeRenderer.cs (1)
25
public override Rectangle
DrawButtonBackground
(
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\PopupButtonDarkModeRenderer.cs (1)
33
public override Rectangle
DrawButtonBackground
(Graphics graphics, Rectangle bounds, PushButtonState state, bool isDefault)
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\SystemButtonDarkModeRenderer.cs (1)
33
public override Rectangle
DrawButtonBackground
(Graphics graphics, Rectangle bounds, PushButtonState state, bool isDefault)
1 reference to DrawButtonBackground
System.Windows.Forms (1)
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\ButtonDarkModeRendererBase.cs (1)
60
Rectangle contentBounds =
DrawButtonBackground
(graphics, paddedBounds, state, isDefault);