8 overrides of PaintOver
System.Windows.Forms (8)
winforms\Managed\System\WinForms\ButtonInternal\ButtonFlatAdapter.cs (1)
187internal override void PaintOver(PaintEventArgs e, CheckState state) {
winforms\Managed\System\WinForms\ButtonInternal\ButtonPopupAdapter.cs (1)
63internal override void PaintOver(PaintEventArgs e, CheckState state) {
winforms\Managed\System\WinForms\ButtonInternal\ButtonStandardAdapter.cs (1)
58internal override void PaintOver(PaintEventArgs e, CheckState state) {
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxFlatAdapter.cs (1)
35internal override void PaintOver(PaintEventArgs e, CheckState state) {
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxPopupAdapter.cs (1)
48internal override void PaintOver(PaintEventArgs e, CheckState state) {
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxStandardAdapter.cs (1)
69internal override void PaintOver(PaintEventArgs e, CheckState state) {
winforms\Managed\System\WinForms\ButtonInternal\RadioButtonFlatAdapter.cs (1)
38internal override void PaintOver(PaintEventArgs e, CheckState state) {
winforms\Managed\System\WinForms\ButtonInternal\RadioButtonStandardAdapter.cs (1)
45internal override void PaintOver(PaintEventArgs e, CheckState state) {
1 reference to PaintOver
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (1)
47PaintOver(pevent, CheckState.Unchecked);