13 references to PaintButtonBackground
System.Windows.Forms (13)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonPopupAdapter.cs (3)
23PaintButtonBackground(e, r, backgroundBrush); 69PaintButtonBackground(e, r, backgroundBrush); 123PaintButtonBackground(e, r, background: null);
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonStandardAdapter.cs (1)
149PaintButtonBackground(e, bounds, backgroundBrush);
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxFlatAdapter.cs (1)
74PaintButtonBackground(e, Control.ClientRectangle, background: null);
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxPopupAdapter.cs (2)
27PaintButtonBackground(e, Control.ClientRectangle, background: null); 105PaintButtonBackground(e, Control.ClientRectangle, background: null);
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxStandardAdapter.cs (1)
25PaintButtonBackground(e, Control.ClientRectangle, null);
System\Windows\Forms\Controls\Buttons\ButtonInternal\RadioButtonFlatAdapter.cs (1)
77PaintButtonBackground(e, Control.ClientRectangle, background: null);
System\Windows\Forms\Controls\Buttons\ButtonInternal\RadioButtonPopupAdapter.cs (3)
24PaintButtonBackground(e, Control.ClientRectangle, background: null); 53PaintButtonBackground(e, Control.ClientRectangle, background: null); 78PaintButtonBackground(e, Control.ClientRectangle, background: null);
System\Windows\Forms\Controls\Buttons\ButtonInternal\RadioButtonStandardAdapter.cs (1)
20PaintButtonBackground(e, Control.ClientRectangle, background: null);