3 references to DashDot
System.Web.DataVisualization (1)
Common\General\ChartGraphics.cs (1)
592 return DashStyle.DashDot;
System.Windows.Forms.DataVisualization (1)
Common\General\ChartGraphics.cs (1)
592 return DashStyle.DashDot;
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Themes.cs (1)
1415values = new object[] { DashStyle.Solid, DashStyle.Dash, DashStyle.DashDot, DashStyle.DashDotDot, DashStyle.Dot };