Base:
method
PaintDown
System.Windows.Forms.ButtonInternal.ButtonBaseAdapter.PaintDown(System.Windows.Forms.PaintEventArgs, System.Windows.Forms.CheckState)
2 references to PaintDown
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxFlatAdapter.cs (1)
22ButtonAdapter.PaintDown(e, Control.CheckState);
winforms\Managed\System\WinForms\ButtonInternal\RadioButtonFlatAdapter.cs (1)
25adapter.PaintDown(e, Control.Checked ? CheckState.Checked : CheckState.Unchecked);