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