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)
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxStandardAdapter.cs (1)
80
ButtonAdapter.
PaintOver
(e, Control.CheckState);
System\Windows\Forms\Controls\Buttons\ButtonInternal\RadioButtonStandardAdapter.cs (1)
45
ButtonAdapter.
PaintOver
(e, Control.Checked ? CheckState.Checked : CheckState.Unchecked);