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