winforms\Managed\System\WinForms\ButtonInternal\CheckBoxFlatAdapter.cs (6)
28PaintFlatWorker(e, colors.windowText, colors.highlight, colors.windowFrame, colors);
31PaintFlatWorker(e, colors.buttonShadow, colors.buttonFace, colors.buttonShadow, colors);
43PaintFlatWorker(e, colors.windowText, colors.lowHighlight, colors.windowFrame, colors);
46PaintFlatWorker(e, colors.buttonShadow, colors.buttonFace, colors.buttonShadow, colors);
58PaintFlatWorker(e, colors.windowText, colors.highlight, colors.windowFrame, colors);
61PaintFlatWorker(e, colors.buttonShadow, colors.buttonFace, colors.buttonShadow, colors);