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)
72PaintButtonBackground(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)
75PaintButtonBackground(e, Control.ClientRectangle, background: null);
System\Windows\Forms\Controls\Buttons\ButtonInternal\RadioButtonPopupAdapter.cs (3)
22PaintButtonBackground(e, Control.ClientRectangle, background: null); 51PaintButtonBackground(e, Control.ClientRectangle, background: null); 76PaintButtonBackground(e, Control.ClientRectangle, background: null);
System\Windows\Forms\Controls\Buttons\ButtonInternal\RadioButtonStandardAdapter.cs (1)
20PaintButtonBackground(e, Control.ClientRectangle, background: null);