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)
294DashStyle = DashStyle.Dot
System\Windows\Forms\Controls\ToolStrips\ToolStripProfessionalLowResolutionRenderer.cs (1)
59DashStyle = DashStyle.Dot
System\Windows\Forms\Rendering\ControlPaint.cs (5)
357return DashStyle.Dot; 731ButtonBorderStyle.Dotted => DashStyle.Dot, 790ButtonBorderStyle.Dotted => DashStyle.Dot, 854ButtonBorderStyle.Dotted => DashStyle.Dot, 928ButtonBorderStyle.Dotted => DashStyle.Dot,
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ToolStripItemBehavior.cs (1)
927p.DashStyle = DashStyle.Dot;
System\Windows\Forms\Design\ToolStripTemplateNode.cs (2)
1931borderPen.DashStyle = DashStyle.Dot; 1940borderPen.DashStyle = DashStyle.Dot;