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)
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxStandardAdapter.cs (1)
68
ButtonAdapter.
PaintDown
(e, Control.CheckState);
System\Windows\Forms\Controls\Buttons\ButtonInternal\RadioButtonStandardAdapter.cs (1)
33
ButtonAdapter.
PaintDown
(e, Control.Checked ? CheckState.Checked : CheckState.Unchecked);