Base:
method
PaintDown
System.Windows.Forms.ButtonInternal.ButtonBaseAdapter.PaintDown(System.Windows.Forms.PaintEventArgs, System.Windows.Forms.CheckState)
4 references to PaintDown
System.Windows.Forms (2)
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxFlatAdapter.cs (1)
16
ButtonAdapter.
PaintDown
(e, Control.CheckState);
System\Windows\Forms\Controls\Buttons\ButtonInternal\RadioButtonFlatAdapter.cs (1)
17
adapter.
PaintDown
(e, Control.Checked ? CheckState.Checked : CheckState.Unchecked);
System.Windows.Forms.Tests (2)
System\Windows\Forms\ButtonFlatAdapterTests.cs (2)
62
Exception? exception = Record.Exception(() => buttonFlatAdapter.
PaintDown
(e, state));
107
Exception? exception = Record.Exception(() => buttonFlatAdapter.
PaintDown
(e, state));