12 overrides of PaintOver
System.Windows.Forms (9)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonFlatAdapter.cs (1)
202internal override void PaintOver(PaintEventArgs e, CheckState state)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonPopupAdapter.cs (1)
59internal override void PaintOver(PaintEventArgs e, CheckState state)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonStandardAdapter.cs (1)
44internal override void PaintOver(PaintEventArgs e, CheckState state) => PaintUp(e, state);
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxFlatAdapter.cs (1)
31internal override void PaintOver(PaintEventArgs e, CheckState state)
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxPopupAdapter.cs (1)
50internal override void PaintOver(PaintEventArgs e, CheckState state)
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxStandardAdapter.cs (1)
76internal override void PaintOver(PaintEventArgs e, CheckState state)
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\ButtonDarkModeAdapter.cs (1)
103internal override void PaintOver(PaintEventArgs e, CheckState state)
System\Windows\Forms\Controls\Buttons\ButtonInternal\RadioButtonFlatAdapter.cs (1)
32internal override void PaintOver(PaintEventArgs e, CheckState state)
System\Windows\Forms\Controls\Buttons\ButtonInternal\RadioButtonStandardAdapter.cs (1)
41internal override void PaintOver(PaintEventArgs e, CheckState state)
System.Windows.Forms.Tests (3)
System\Windows\Forms\CheckBoxBaseAdapterTests.cs (2)
66internal override void PaintOver(PaintEventArgs e, CheckState state) { } 70internal override void PaintOver(PaintEventArgs e, CheckState state)
System\Windows\Forms\RadioButtonBaseAdapterTests.cs (1)
58internal override void PaintOver(PaintEventArgs e, CheckState state)
1 reference to PaintOver
System.Windows.Forms (1)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.cs (1)
41PaintOver(e, CheckState.Unchecked);