45 references to Solid
System.Drawing (1)
commonui\System\Drawing\Pen.cs (1)
911if (!ClientUtils.IsEnumValid(value, unchecked((int)value), (int)DashStyle.Solid, (int)DashStyle.Custom))
System.Web.DataVisualization (3)
Common\Annotation\LineAnnotation.cs (1)
682pen.DashStyle = DashStyle.Solid;
Common\Annotation\PolygonAnnotation.cs (1)
751pen.DashStyle = DashStyle.Solid;
Common\General\ChartGraphics.cs (1)
599 return DashStyle.Solid;
System.Windows.Forms (16)
winforms\Managed\System\WinForms\ControlPaint.cs (14)
385case ButtonBorderStyle.Solid: return DashStyle.Solid; 388return DashStyle.Solid; 695pen.DashStyle = DashStyle.Solid; 705pen.DashStyle = DashStyle.Solid; 716pen.DashStyle = DashStyle.Solid; 750pen.DashStyle = DashStyle.Solid; 760pen.DashStyle = DashStyle.Solid; 770pen.DashStyle = DashStyle.Solid; 804pen.DashStyle = DashStyle.Solid; 814pen.DashStyle = DashStyle.Solid; 825pen.DashStyle = DashStyle.Solid; 859pen.DashStyle = DashStyle.Solid; 869pen.DashStyle = DashStyle.Solid; 880pen.DashStyle = DashStyle.Solid;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
3507splitterPen.DashStyle = DashStyle.Solid; 5921pen.DashStyle = DashStyle.Solid;
System.Windows.Forms.DataVisualization (3)
Common\Annotation\LineAnnotation.cs (1)
682pen.DashStyle = DashStyle.Solid;
Common\Annotation\PolygonAnnotation.cs (1)
751pen.DashStyle = DashStyle.Solid;
Common\General\ChartGraphics.cs (1)
599 return DashStyle.Solid;
System.Workflow.Activities (14)
Designers\CAGDesigner.cs (1)
66this.BorderStyle = DashStyle.Solid;
Designers\CodeDesigner.cs (1)
29this.BorderStyle = DashStyle.Solid;
Designers\DelayDesigner.cs (1)
29this.BorderStyle = DashStyle.Solid;
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\PolicyDesigner.cs (1)
96this.BorderStyle = DashStyle.Solid;
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\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;
System.Workflow.ComponentModel (8)
AuthoringOM\Behaviors\CompensateDesigner.cs (1)
47this.BorderStyle = DashStyle.Solid;
AuthoringOM\Design\DesignerHelpers.cs (1)
269patternPen.DashStyle = DashStyle.Solid;
AuthoringOM\Design\Themes.cs (3)
990private DashStyle borderStyle = DashStyle.Solid; 1415values = new object[] { DashStyle.Solid, DashStyle.Dash, DashStyle.DashDot, DashStyle.DashDotDot, DashStyle.Dot }; 3192values = new object[] { DashStyle.Solid, DashStyle.Dash, DashStyle.Dot };
AuthoringOM\FaultDesigner.cs (1)
32this.BorderStyle = DashStyle.Solid;
AuthoringOM\SuspendDesigner.cs (1)
29this.BorderStyle = DashStyle.Solid;
AuthoringOM\TerminateDesigner.cs (1)
29this.BorderStyle = DashStyle.Solid;