32 references to Dash
System.Web.DataVisualization (1)
Common\General\ChartGraphics.cs (1)
590
return DashStyle.
Dash
;
System.Windows.Forms (6)
winforms\Managed\System\WinForms\ControlPaint.cs (5)
384
case ButtonBorderStyle.Dashed: return DashStyle.
Dash
;
687
pen.DashStyle = DashStyle.
Dash
;
742
pen.DashStyle = DashStyle.
Dash
;
796
pen.DashStyle = DashStyle.
Dash
;
851
pen.DashStyle = DashStyle.
Dash
;
winforms\Managed\System\WinForms\DataGridBoolColumn.cs (1)
412
pen.DashStyle = System.Drawing.Drawing2D.DashStyle.
Dash
;
System.Windows.Forms.DataVisualization (1)
Common\General\ChartGraphics.cs (1)
590
return DashStyle.
Dash
;
System.Workflow.Activities (12)
Designers\ConditionalDesigner.cs (1)
148
this.BorderStyle = DashStyle.
Dash
;
Designers\ConditionedDesigner.cs (1)
45
this.BorderStyle = DashStyle.
Dash
;
Designers\EventDrivenDesigner.cs (1)
65
this.BorderStyle = DashStyle.
Dash
;
Designers\EventHandlersDesigner.cs (1)
106
this.BorderStyle = DashStyle.
Dash
;
Designers\ListenDesigner.cs (1)
105
this.BorderStyle = DashStyle.
Dash
;
Designers\ParallelDesigner.cs (1)
75
this.BorderStyle = DashStyle.
Dash
;
Designers\SequenceDesigner.cs (1)
33
this.BorderStyle = DashStyle.
Dash
;
Designers\StateDesignerConnector.cs (1)
148
lineEditPen.DashStyle = DashStyle.
Dash
;
Designers\StateFinalizationDesigner.cs (1)
72
this.BorderStyle = DashStyle.
Dash
;
Designers\StateInitializationDesigner.cs (1)
72
this.BorderStyle = DashStyle.
Dash
;
Designers\WhileDesigner.cs (1)
117
this.BorderStyle = DashStyle.
Dash
;
EventHandlingScope.cs (1)
305
this.BorderStyle = DashStyle.
Dash
;
System.Workflow.ComponentModel (12)
AuthoringOM\Behaviors\CancellationHandlerDesigner.cs (1)
68
this.BorderStyle = DashStyle.
Dash
;
AuthoringOM\Behaviors\CompensationDesigner.cs (1)
74
this.BorderStyle = DashStyle.
Dash
;
AuthoringOM\Behaviors\ExceptionHandlerDesigner.cs (1)
94
this.BorderStyle = DashStyle.
Dash
;
AuthoringOM\Behaviors\ExceptionHandlersDesigner.cs (1)
112
this.BorderStyle = DashStyle.
Dash
;
AuthoringOM\Design\Connector.cs (1)
484
editableConnectorPen.DashStyle = DashStyle.
Dash
;
AuthoringOM\Design\Themes.cs (5)
1415
values = new object[] { DashStyle.Solid, DashStyle.
Dash
, DashStyle.DashDot, DashStyle.DashDotDot, DashStyle.Dot };
1999
private DashStyle gridStyle = DashStyle.
Dash
;
2610
[DefaultValue(DashStyle.
Dash
)]
2857
this.majorGridPen.DashStyle = DashStyle.
Dash
;
3192
values = new object[] { DashStyle.Solid, DashStyle.
Dash
, DashStyle.Dot };
AuthoringOM\Design\WorkflowInlining.cs (1)
497
this.BorderStyle = System.Drawing.Drawing2D.DashStyle.
Dash
;
AuthoringOM\SequenceDesigner.cs (1)
34
this.BorderStyle = DashStyle.
Dash
;