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