16 references to ButtonAdapter
System.Windows.Forms (16)
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckableControlBaseAdapter.cs (1)
26
return
ButtonAdapter
.GetPreferredSizeCore(proposedSize);
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxFlatAdapter.cs (3)
16
ButtonAdapter
.PaintDown(e, Control.CheckState);
35
ButtonAdapter
.PaintOver(e, Control.CheckState);
54
ButtonAdapter
.PaintUp(e, Control.CheckState);
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxModernAdapter.cs (3)
24
ButtonAdapter
.PaintUp(e, Control.CheckState);
35
ButtonAdapter
.PaintDown(e, Control.CheckState);
46
ButtonAdapter
.PaintOver(e, Control.CheckState);
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxStandardAdapter.cs (3)
19
ButtonAdapter
.PaintUp(e, Control.CheckState);
68
ButtonAdapter
.PaintDown(e, Control.CheckState);
80
ButtonAdapter
.PaintOver(e, Control.CheckState);
System\Windows\Forms\Controls\Buttons\ButtonInternal\RadioButtonModernAdapter.cs (3)
24
ButtonAdapter
.PaintUp(e, Control.Checked ? CheckState.Checked : CheckState.Unchecked);
35
ButtonAdapter
.PaintDown(e, Control.Checked ? CheckState.Checked : CheckState.Unchecked);
46
ButtonAdapter
.PaintOver(e, Control.Checked ? CheckState.Checked : CheckState.Unchecked);
System\Windows\Forms\Controls\Buttons\ButtonInternal\RadioButtonStandardAdapter.cs (3)
14
ButtonAdapter
.PaintUp(e, Control.Checked ? CheckState.Checked : CheckState.Unchecked);
33
ButtonAdapter
.PaintDown(e, Control.Checked ? CheckState.Checked : CheckState.Unchecked);
45
ButtonAdapter
.PaintOver(e, Control.Checked ? CheckState.Checked : CheckState.Unchecked);