11 references to Dot
System.Drawing.Common.Tests (1)
System\Drawing\PenTests.cs (1)
588
[InlineData(DashStyle.
Dot
, new float[] { 1, 1 })]
System.Windows.Forms (7)
System\Windows\Forms\Controls\ToolStrips\ToolStripHighContrastRenderer.cs (1)
294
DashStyle = DashStyle.
Dot
System\Windows\Forms\Controls\ToolStrips\ToolStripProfessionalLowResolutionRenderer.cs (1)
59
DashStyle = DashStyle.
Dot
System\Windows\Forms\Rendering\ControlPaint.cs (5)
357
return DashStyle.
Dot
;
731
ButtonBorderStyle.Dotted => DashStyle.
Dot
,
790
ButtonBorderStyle.Dotted => DashStyle.
Dot
,
854
ButtonBorderStyle.Dotted => DashStyle.
Dot
,
928
ButtonBorderStyle.Dotted => DashStyle.
Dot
,
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ToolStripItemBehavior.cs (1)
927
p.DashStyle = DashStyle.
Dot
;
System\Windows\Forms\Design\ToolStripTemplateNode.cs (2)
1931
borderPen.DashStyle = DashStyle.
Dot
;
1940
borderPen.DashStyle = DashStyle.
Dot
;