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