12 references to Dot
System.Drawing.Common.Tests (1)
System\Drawing\PenTests.cs (1)
588
[InlineData(DashStyle.
Dot
, new float[] { 1, 1 })]
System.Windows.Forms (8)
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\PopupButtonDarkModeRenderer.cs (1)
79
DashStyle = DashStyle.
Dot
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)
382
return DashStyle.
Dot
;
763
ButtonBorderStyle.Dotted => DashStyle.
Dot
,
822
ButtonBorderStyle.Dotted => DashStyle.
Dot
,
886
ButtonBorderStyle.Dotted => DashStyle.
Dot
,
960
ButtonBorderStyle.Dotted => DashStyle.
Dot
,
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ToolStripItemBehavior.cs (1)
915
p.DashStyle = DashStyle.
Dot
;
System\Windows\Forms\Design\ToolStripTemplateNode.cs (2)
1889
borderPen.DashStyle = DashStyle.
Dot
;
1898
borderPen.DashStyle = DashStyle.
Dot
;