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