2 references to CreateSolidBrush
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (1)
1060
backBrush = SafeNativeMethods.
CreateSolidBrush
(ColorTranslator.ToWin32(color));
winforms\Managed\System\WinForms\ControlPaint.cs (1)
2008
IntPtr brush = SafeNativeMethods.
CreateSolidBrush
(ColorTranslator.ToWin32(backColor));