6 references to PaintFlatWorker
System.Windows.Forms (6)
System\Windows\Forms\Controls\Buttons\ButtonInternal\RadioButtonFlatAdapter.cs (6)
24PaintFlatWorker(e, colors.WindowText, colors.Highlight, colors.WindowFrame, colors); 28PaintFlatWorker(e, colors.ButtonShadow, colors.ButtonFace, colors.ButtonShadow, colors); 44PaintFlatWorker(e, colors.WindowText, colors.LowHighlight, colors.WindowFrame, colors); 48PaintFlatWorker(e, colors.ButtonShadow, colors.ButtonFace, colors.ButtonShadow, colors); 64PaintFlatWorker(e, colors.WindowText, colors.Highlight, colors.WindowFrame, colors); 68PaintFlatWorker(e, colors.ButtonShadow, colors.ButtonFace, colors.ButtonShadow, colors);