Base:
method
PaintUp
System.Windows.Forms.ButtonInternal.ButtonBaseAdapter.PaintUp(System.Windows.Forms.PaintEventArgs, System.Windows.Forms.CheckState)
3 references to PaintUp
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ButtonInternal\ButtonFlatAdapter.cs (1)
189PaintUp(e, state);
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxFlatAdapter.cs (1)
52ButtonAdapter.PaintUp(e, Control.CheckState);
winforms\Managed\System\WinForms\ButtonInternal\RadioButtonFlatAdapter.cs (1)
57adapter.PaintUp(e, Control.Checked ? CheckState.Checked : CheckState.Unchecked);