8 overrides of PaintOver
System.Windows.Forms (8)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonFlatAdapter.cs (1)
202
internal override void
PaintOver
(PaintEventArgs e, CheckState state)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonPopupAdapter.cs (1)
59
internal override void
PaintOver
(PaintEventArgs e, CheckState state)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonStandardAdapter.cs (1)
44
internal override void
PaintOver
(PaintEventArgs e, CheckState state) => PaintUp(e, state);
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxFlatAdapter.cs (1)
33
internal override void
PaintOver
(PaintEventArgs e, CheckState state)
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxPopupAdapter.cs (1)
50
internal override void
PaintOver
(PaintEventArgs e, CheckState state)
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxStandardAdapter.cs (1)
76
internal override void
PaintOver
(PaintEventArgs e, CheckState state)
System\Windows\Forms\Controls\Buttons\ButtonInternal\RadioButtonFlatAdapter.cs (1)
34
internal override void
PaintOver
(PaintEventArgs e, CheckState state)
System\Windows\Forms\Controls\Buttons\ButtonInternal\RadioButtonStandardAdapter.cs (1)
41
internal override void
PaintOver
(PaintEventArgs e, CheckState state)
1 reference to PaintOver
System.Windows.Forms (1)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.cs (1)
40
PaintOver
(e, CheckState.Unchecked);