Base:
method
PaintOver
System.Windows.Forms.ButtonInternal.ButtonBaseAdapter.PaintOver(System.Windows.Forms.PaintEventArgs, System.Windows.Forms.CheckState)
2 references to PaintOver
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxPopupAdapter.cs (1)
52adapter.PaintOver(e, Control.CheckState);
winforms\Managed\System\WinForms\ButtonInternal\RadioButtonPopupAdapter.cs (1)
46adapter.PaintOver(e, Control.Checked ? CheckState.Checked : CheckState.Unchecked);