21 references to PS_SOLID
System.Private.Windows.Core (1)
Windows\Win32\Graphics\Gdi\CreatePenScope.cs (1)
30
HPEN = PInvokeCore.CreatePen(PEN_STYLE.
PS_SOLID
, width, color);
System.Windows.Forms (2)
System\Windows\Forms\Rendering\ControlPaint.cs (2)
1834
FrameStyle.Thick => (HGDIOBJ)PInvokeCore.CreatePen(PEN_STYLE.
PS_SOLID
, cWidth: 2, (COLORREF)(uint)ColorTranslator.ToWin32(backColor)).Value,
1858
using ObjectScope pen = new(PInvokeCore.CreatePen(PEN_STYLE.
PS_SOLID
, cWidth: 1, (COLORREF)(uint)ColorTranslator.ToWin32(backColor)));
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\DesignerUtils.cs (4)
32
PInvokeCore.CreatePen(PEN_STYLE.
PS_SOLID
, cWidth: 1, (COLORREF)(uint)ColorTranslator.ToWin32(SystemColors.ControlText));
34
PInvokeCore.CreatePen(PEN_STYLE.
PS_SOLID
, cWidth: 1, (COLORREF)(uint)ColorTranslator.ToWin32(SystemColors.Window));
179
s_grabHandlePenPrimary = PInvokeCore.CreatePen(PEN_STYLE.
PS_SOLID
, cWidth: 1, (COLORREF)(uint)ColorTranslator.ToWin32(SystemColors.ControlText));
182
s_grabHandlePen = PInvokeCore.CreatePen(PEN_STYLE.
PS_SOLID
, cWidth: 1, (COLORREF)(uint)ColorTranslator.ToWin32(SystemColors.Window));
System.Windows.Forms.Tests (14)
NumericUpDownTests.cs (5)
47
State.Pen(2, upDown.BackColor, PEN_STYLE.
PS_SOLID
)));
62
State.Pen(1, upDown.BackColor, PEN_STYLE.
PS_SOLID
)));
89
State.Pen(1, upDown.BackColor, PEN_STYLE.
PS_SOLID
)),
92
State.Pen(1, SystemColors.Control, PEN_STYLE.
PS_SOLID
)),
97
State.Pen(1, upDown.BackColor, PEN_STYLE.
PS_SOLID
)));
System\Windows\Forms\ControlPaintTests.Rendering.cs (7)
31
State.Pen(1, Color.Blue, PEN_STYLE.
PS_SOLID
)));
51
PEN_STYLE penStyle = PEN_STYLE.
PS_SOLID
| PEN_STYLE.PS_JOIN_ROUND | PEN_STYLE.PS_COSMETIC |
111
PEN_STYLE penStyle = PEN_STYLE.
PS_SOLID
| PEN_STYLE.PS_JOIN_ROUND | PEN_STYLE.PS_COSMETIC |
188
PEN_STYLE penStyle = PEN_STYLE.
PS_SOLID
| PEN_STYLE.PS_JOIN_ROUND | PEN_STYLE.PS_COSMETIC |
262
PEN_STYLE penStyle = PEN_STYLE.
PS_SOLID
| PEN_STYLE.PS_JOIN_ROUND | PEN_STYLE.PS_COSMETIC |
332
PEN_STYLE penStyle = PEN_STYLE.
PS_SOLID
| PEN_STYLE.PS_JOIN_ROUND | PEN_STYLE.PS_COSMETIC |
360
PEN_STYLE penStyle = PEN_STYLE.
PS_SOLID
| PEN_STYLE.PS_JOIN_ROUND | PEN_STYLE.PS_COSMETIC |
System\Windows\Forms\DataGridViewTests.Rendering.cs (1)
48
PEN_STYLE penStyle = PEN_STYLE.
PS_SOLID
| PEN_STYLE.PS_JOIN_ROUND | PEN_STYLE.PS_COSMETIC |
System\Windows\Forms\StatusStripTests.Rendering.cs (1)
42
PEN_STYLE penStyle = PEN_STYLE.
PS_SOLID
| PEN_STYLE.PS_JOIN_ROUND | PEN_STYLE.PS_COSMETIC |