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\CheckBoxPopupAdapter.cs (1)
80adapter.PaintDown(e, Control.CheckState);
winforms\Managed\System\WinForms\ButtonInternal\RadioButtonPopupAdapter.cs (1)
69adapter.PaintDown(e, Control.Checked ? CheckState.Checked : CheckState.Unchecked);