16 references to Dot
System.Web.DataVisualization (1)
Common\General\ChartGraphics.cs (1)
596
return DashStyle.
Dot
;
System.Windows.Forms (7)
winforms\Managed\System\WinForms\ControlPaint.cs (5)
383
case ButtonBorderStyle.Dotted: return DashStyle.
Dot
;
679
pen.DashStyle = DashStyle.
Dot
;
734
pen.DashStyle = DashStyle.
Dot
;
788
pen.DashStyle = DashStyle.
Dot
;
843
pen.DashStyle = DashStyle.
Dot
;
winforms\Managed\System\WinForms\ToolStripHighContrastRenderer.cs (1)
260
p.DashStyle = System.Drawing.Drawing2D.DashStyle.
Dot
;
winforms\Managed\System\WinForms\ToolStripProfessionalLowResolutionRenderer.cs (1)
46
p.DashStyle = System.Drawing.Drawing2D.DashStyle.
Dot
;
System.Windows.Forms.DataVisualization (1)
Common\General\ChartGraphics.cs (1)
596
return DashStyle.
Dot
;
System.Workflow.ComponentModel (7)
AuthoringOM\Design\DesignerHelpers.cs (1)
329
if (ambientTheme.GridStyle == DashStyle.
Dot
)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (1)
557
framePen.DashStyle = DashStyle.
Dot
;
AuthoringOM\Design\Themes.cs (5)
1415
values = new object[] { DashStyle.Solid, DashStyle.Dash, DashStyle.DashDot, DashStyle.DashDotDot, DashStyle.
Dot
};
2885
this.minorGridPen.DashStyle = DashStyle.
Dot
;
2915
this.selectionPatternPen.DashStyle = DashStyle.
Dot
;
2979
this.foregroundPen.DashStyle = DashStyle.
Dot
;
3192
values = new object[] { DashStyle.Solid, DashStyle.Dash, DashStyle.
Dot
};