3 references to PaintRender
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ButtonInternal\ButtonStandardAdapter.cs (1)
136
ColorData colors =
PaintRender
(e.Graphics).Calculate();
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxStandardAdapter.cs (1)
27
ColorData colors =
PaintRender
(e.Graphics).Calculate();
winforms\Managed\System\WinForms\ButtonInternal\RadioButtonStandardAdapter.cs (1)
25
ColorData colors =
PaintRender
(e.Graphics).Calculate();