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