14 references to Dash
System.Drawing.Common.Tests (3)
System\Drawing\PenTests.cs (3)
585[InlineData(DashStyle.Dash, new float[] { 3, 1 })] 613pen.DashStyle = DashStyle.Dash; 638AssertExtensions.Throws<ArgumentException>(null, () => pen.DashStyle = DashStyle.Dash);
System.Windows.Forms (5)
System\Windows\Forms\Rendering\ControlPaint.cs (5)
359return DashStyle.Dash; 732ButtonBorderStyle.Dashed => DashStyle.Dash, 791ButtonBorderStyle.Dashed => DashStyle.Dash, 855ButtonBorderStyle.Dashed => DashStyle.Dash, 929ButtonBorderStyle.Dashed => DashStyle.Dash,
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\PanelDesigner.cs (1)
78DashStyle = DashStyle.Dash
System\Windows\Forms\Design\PictureBoxDesigner.cs (1)
50DashStyle = DashStyle.Dash
System\Windows\Forms\Design\SplitterDesigner.cs (1)
34pen.DashStyle = DashStyle.Dash;
System\Windows\Forms\Design\SplitterPanelDesigner.cs (2)
152DashStyle = DashStyle.Dash 170DashStyle = DashStyle.Dash
System\Windows\Forms\Design\ToolStripPanelDesigner.cs (1)
52DashStyle = DashStyle.Dash