System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxFlatAdapter.cs (6)
23PaintFlatWorker(e, colors.WindowText, colors.Highlight, colors.WindowFrame, colors);
27PaintFlatWorker(e, colors.ButtonShadow, colors.ButtonFace, colors.ButtonShadow, colors);
42PaintFlatWorker(e, colors.WindowText, colors.LowHighlight, colors.WindowFrame, colors);
46PaintFlatWorker(e, colors.ButtonShadow, colors.ButtonFace, colors.ButtonShadow, colors);
61PaintFlatWorker(e, colors.WindowText, colors.Highlight, colors.WindowFrame, colors);
65PaintFlatWorker(e, colors.ButtonShadow, colors.ButtonFace, colors.ButtonShadow, colors);