2 references to PS_SOLID
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ControlPaint.cs (2)
1793
pen = SafeNativeMethods.CreatePen(NativeMethods.
PS_SOLID
, 2, ColorTranslator.ToWin32(backColor));
1827
IntPtr pen = SafeNativeMethods.CreatePen(NativeMethods.
PS_SOLID
, 1, ColorTranslator.ToWin32(backColor));