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)
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxPopupAdapter.cs (1)
20
adapter.
PaintUp
(e, Control.CheckState);
System\Windows\Forms\Controls\Buttons\ButtonInternal\RadioButtonPopupAdapter.cs (1)
17
adapter.
PaintUp
(e, Control.Checked ? CheckState.Checked : CheckState.Unchecked);