winforms\Managed\System\WinForms\ButtonInternal\RadioButtonFlatAdapter.cs (6)
31PaintFlatWorker(e, colors.windowText, colors.highlight, colors.windowFrame, colors);
34PaintFlatWorker(e, colors.buttonShadow, colors.buttonFace, colors.buttonShadow, colors);
47PaintFlatWorker(e, colors.windowText, colors.lowHighlight, colors.windowFrame, colors);
50PaintFlatWorker(e, colors.buttonShadow, colors.buttonFace, colors.buttonShadow, colors);
63PaintFlatWorker(e, colors.windowText, colors.highlight, colors.windowFrame, colors);
66PaintFlatWorker(e, colors.buttonShadow, colors.buttonFace, colors.buttonShadow, colors);