113 references to DashStyle
System.Drawing (6)
commonui\System\Drawing\Pen.cs (6)
895public DashStyle DashStyle 905return(DashStyle) dashstyle; 911if (!ClientUtils.IsEnumValid(value, unchecked((int)value), (int)DashStyle.Solid, (int)DashStyle.Custom)) 913throw new InvalidEnumArgumentException("value", unchecked((int)value), typeof(DashStyle)); 928if (value == DashStyle.Custom) {
System.Web.DataVisualization (8)
Common\Annotation\LineAnnotation.cs (1)
682pen.DashStyle = DashStyle.Solid;
Common\Annotation\PolygonAnnotation.cs (1)
751pen.DashStyle = DashStyle.Solid;
Common\General\ChartGraphics.cs (6)
584 internal DashStyle GetPenStyle( ChartDashStyle style ) 590 return DashStyle.Dash; 592 return DashStyle.DashDot; 594 return DashStyle.DashDotDot; 596 return DashStyle.Dot; 599 return DashStyle.Solid;
System.Windows.Forms (30)
winforms\Managed\System\WinForms\ControlPaint.cs (25)
381private static DashStyle BorderStyleToDashStyle(ButtonBorderStyle borderStyle) { 383case ButtonBorderStyle.Dotted: return DashStyle.Dot; 384case ButtonBorderStyle.Dashed: return DashStyle.Dash; 385case ButtonBorderStyle.Solid: return DashStyle.Solid; 388return DashStyle.Solid; 679pen.DashStyle = DashStyle.Dot; 687pen.DashStyle = DashStyle.Dash; 695pen.DashStyle = DashStyle.Solid; 705pen.DashStyle = DashStyle.Solid; 716pen.DashStyle = DashStyle.Solid; 734pen.DashStyle = DashStyle.Dot; 742pen.DashStyle = DashStyle.Dash; 750pen.DashStyle = DashStyle.Solid; 760pen.DashStyle = DashStyle.Solid; 770pen.DashStyle = DashStyle.Solid; 788pen.DashStyle = DashStyle.Dot; 796pen.DashStyle = DashStyle.Dash; 804pen.DashStyle = DashStyle.Solid; 814pen.DashStyle = DashStyle.Solid; 825pen.DashStyle = DashStyle.Solid; 843pen.DashStyle = DashStyle.Dot; 851pen.DashStyle = DashStyle.Dash; 859pen.DashStyle = DashStyle.Solid; 869pen.DashStyle = DashStyle.Solid; 880pen.DashStyle = DashStyle.Solid;
winforms\Managed\System\WinForms\DataGridBoolColumn.cs (1)
412pen.DashStyle = System.Drawing.Drawing2D.DashStyle.Dash;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
3507splitterPen.DashStyle = DashStyle.Solid; 5921pen.DashStyle = DashStyle.Solid;
winforms\Managed\System\WinForms\ToolStripHighContrastRenderer.cs (1)
260 p.DashStyle = System.Drawing.Drawing2D.DashStyle.Dot;
winforms\Managed\System\WinForms\ToolStripProfessionalLowResolutionRenderer.cs (1)
46p.DashStyle = System.Drawing.Drawing2D.DashStyle.Dot;
System.Windows.Forms.DataVisualization (8)
Common\Annotation\LineAnnotation.cs (1)
682pen.DashStyle = DashStyle.Solid;
Common\Annotation\PolygonAnnotation.cs (1)
751pen.DashStyle = DashStyle.Solid;
Common\General\ChartGraphics.cs (6)
584 internal DashStyle GetPenStyle( ChartDashStyle style ) 590 return DashStyle.Dash; 592 return DashStyle.DashDot; 594 return DashStyle.DashDotDot; 596 return DashStyle.Dot; 599 return DashStyle.Solid;
System.Workflow.Activities (26)
Designers\CAGDesigner.cs (1)
66this.BorderStyle = DashStyle.Solid;
Designers\CodeDesigner.cs (1)
29this.BorderStyle = DashStyle.Solid;
Designers\ConditionalDesigner.cs (1)
148this.BorderStyle = DashStyle.Dash;
Designers\ConditionedDesigner.cs (1)
45this.BorderStyle = DashStyle.Dash;
Designers\DelayDesigner.cs (1)
29this.BorderStyle = DashStyle.Solid;
Designers\EventDrivenDesigner.cs (1)
65this.BorderStyle = DashStyle.Dash;
Designers\EventHandlersDesigner.cs (1)
106this.BorderStyle = DashStyle.Dash;
Designers\EventSinkActivityDesigner.cs (1)
100this.BorderStyle = DashStyle.Solid;
Designers\InvokeMethodActivityDesigner.cs (1)
99this.BorderStyle = DashStyle.Solid;
Designers\InvokeWebServiceDesigner.cs (1)
188this.BorderStyle = DashStyle.Solid;
Designers\ListenDesigner.cs (1)
105this.BorderStyle = DashStyle.Dash;
Designers\ParallelDesigner.cs (1)
75this.BorderStyle = DashStyle.Dash;
Designers\PolicyDesigner.cs (1)
96this.BorderStyle = DashStyle.Solid;
Designers\SequenceDesigner.cs (1)
33this.BorderStyle = DashStyle.Dash;
Designers\ServiceDesigner.cs (1)
109this.BorderStyle = DashStyle.Solid;
Designers\SetStateDesigner.cs (1)
212this.BorderStyle = DashStyle.Solid;
Designers\StateDesigner.cs (1)
2799this.BorderStyle = DashStyle.Solid;
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\StateMachineWorkflowDesigner.cs (1)
134this.BorderStyle = DashStyle.Solid;
Designers\WebServiceFaultDesigner.cs (1)
47this.BorderStyle = DashStyle.Solid;
Designers\WebServiceReceiveDesigner.cs (1)
86this.BorderStyle = DashStyle.Solid;
Designers\WebServiceResponseDesigner.cs (1)
60this.BorderStyle = DashStyle.Solid;
Designers\WhileDesigner.cs (1)
117this.BorderStyle = DashStyle.Dash;
EventHandlingScope.cs (1)
305this.BorderStyle = DashStyle.Dash;
System.Workflow.ComponentModel (35)
AuthoringOM\Behaviors\CancellationHandlerDesigner.cs (1)
68this.BorderStyle = DashStyle.Dash;
AuthoringOM\Behaviors\CompensateDesigner.cs (1)
47this.BorderStyle = DashStyle.Solid;
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\DesignerHelpers.cs (3)
268DashStyle oldDashStyle = patternPen.DashStyle; 269patternPen.DashStyle = DashStyle.Solid; 329if (ambientTheme.GridStyle == DashStyle.Dot)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (1)
557framePen.DashStyle = DashStyle.Dot;
AuthoringOM\Design\Themes.cs (20)
990private DashStyle borderStyle = DashStyle.Solid; 1154public virtual DashStyle BorderStyle 1166if (value == DashStyle.Custom) 1415values = new object[] { DashStyle.Solid, DashStyle.Dash, DashStyle.DashDot, DashStyle.DashDotDot, DashStyle.Dot }; 1999private DashStyle gridStyle = DashStyle.Dash; 2610[DefaultValue(DashStyle.Dash)] 2614public virtual DashStyle GridStyle 2857this.majorGridPen.DashStyle = DashStyle.Dash; 2885this.minorGridPen.DashStyle = DashStyle.Dot; 2915this.selectionPatternPen.DashStyle = DashStyle.Dot; 2979this.foregroundPen.DashStyle = DashStyle.Dot; 3192values = new object[] { DashStyle.Solid, DashStyle.Dash, DashStyle.Dot };
AuthoringOM\Design\WorkflowInlining.cs (1)
497this.BorderStyle = System.Drawing.Drawing2D.DashStyle.Dash;
AuthoringOM\FaultDesigner.cs (1)
32this.BorderStyle = DashStyle.Solid;
AuthoringOM\SequenceDesigner.cs (1)
34this.BorderStyle = DashStyle.Dash;
AuthoringOM\SuspendDesigner.cs (1)
29this.BorderStyle = DashStyle.Solid;
AuthoringOM\TerminateDesigner.cs (1)
29this.BorderStyle = DashStyle.Solid;