14 references to PaintButtonBackground
System.Windows.Forms (14)
winforms\Managed\System\WinForms\ButtonInternal\ButtonPopupAdapter.cs (3)
35PaintButtonBackground(e, r, backbrush); 75PaintButtonBackground(e, r, backbrush); 132PaintButtonBackground(e, r, null);
winforms\Managed\System\WinForms\ButtonInternal\ButtonStandardAdapter.cs (1)
170PaintButtonBackground(e, bounds, backbrush);
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxFlatAdapter.cs (1)
68PaintButtonBackground(e, Control.ClientRectangle, null);
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxPopupAdapter.cs (3)
34PaintButtonBackground(e, Control.ClientRectangle, null); 59PaintButtonBackground(e, Control.ClientRectangle, null); 88PaintButtonBackground(e, Control.ClientRectangle, null);
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxStandardAdapter.cs (1)
29PaintButtonBackground(e, Control.ClientRectangle, null);
winforms\Managed\System\WinForms\ButtonInternal\RadioButtonFlatAdapter.cs (1)
73PaintButtonBackground(e, Control.ClientRectangle, null);
winforms\Managed\System\WinForms\ButtonInternal\RadioButtonPopupAdapter.cs (3)
30PaintButtonBackground(e, Control.ClientRectangle, null); 52PaintButtonBackground(e, Control.ClientRectangle, null); 75PaintButtonBackground(e, Control.ClientRectangle, null);
winforms\Managed\System\WinForms\ButtonInternal\RadioButtonStandardAdapter.cs (1)
27PaintButtonBackground(e, Control.ClientRectangle, null);