5 references to PaintRender
System.Windows.Forms (5)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonStandardAdapter.cs (1)
110ColorData colors = PaintRender(e).Calculate();
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxModernAdapter.cs (1)
125PaintField(e, layout, PaintRender(e).Calculate(), textColor, drawFocus: true);
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxStandardAdapter.cs (1)
23ColorData colors = PaintRender(e).Calculate();
System\Windows\Forms\Controls\Buttons\ButtonInternal\RadioButtonModernAdapter.cs (1)
124PaintField(e, layout, PaintRender(e).Calculate(), textColor, drawFocus: true);
System\Windows\Forms\Controls\Buttons\ButtonInternal\RadioButtonStandardAdapter.cs (1)
18ColorData colors = PaintRender(e).Calculate();