7 references to Dashed
System.Windows.Forms (1)
System\Windows\Forms\Rendering\ControlPaint.cs (1)
1808
FrameStyle.
Dashed
=> (HGDIOBJ)PInvokeCore.CreatePen(PEN_STYLE.PS_DOT, cWidth: 1, (COLORREF)(uint)ColorTranslator.ToWin32(backColor)).Value,
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\ComponentTray.cs (1)
1210
ControlPaint.DrawReversibleFrame(_mouseDragWorkspace, BackColor, FrameStyle.
Dashed
);
System\Windows\Forms\Design\DesignerUtils.cs (1)
236
FrameStyle.
Dashed
=> new HatchBrush(HatchStyle.Percent50, color, Color.Transparent),
System\Windows\Forms\Design\ParentControlDesigner.cs (2)
1702
return (style == FrameStyle.
Dashed
? 1 : 2);
1726
_mouseDragFrame = (_mouseDragTool is null) ? FrameStyle.
Dashed
: FrameStyle.Thick;
System.Windows.Forms.Tests (2)
System\Windows\Forms\ControlPaintTests.cs (2)
1678
foreach (FrameStyle style in new FrameStyle[] { FrameStyle.
Dashed
, FrameStyle.Thick, FrameStyle.
Dashed
- 1, FrameStyle.Thick + 1 })