Base:
method
PaintOver
System.Windows.Forms.ButtonInternal.ButtonBaseAdapter.PaintOver(System.Windows.Forms.PaintEventArgs, System.Windows.Forms.CheckState)
3 references to PaintOver
System.Windows.Forms (2)
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxPopupAdapter.cs (1)
55
adapter.
PaintOver
(e, Control.CheckState);
System\Windows\Forms\Controls\Buttons\ButtonInternal\RadioButtonPopupAdapter.cs (1)
44
adapter.
PaintOver
(e, Control.Checked ? CheckState.Checked : CheckState.Unchecked);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ButtonPopupAdapterTests.cs (1)
65
Exception? exception = Record.Exception(() => adapter.
PaintOver
(e, state));