15 writes to DashStyle
System.Windows.Forms (4)
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\PopupButtonDarkModeRenderer.cs (1)
79DashStyle = DashStyle.Dot
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.DropDownHolder.cs (1)
517DashStyle = DashStyle.Solid
System\Windows\Forms\Controls\ToolStrips\ToolStripHighContrastRenderer.cs (1)
294DashStyle = DashStyle.Dot
System\Windows\Forms\Controls\ToolStrips\ToolStripProfessionalLowResolutionRenderer.cs (1)
59DashStyle = DashStyle.Dot
System.Windows.Forms.Design (9)
System\Windows\Forms\Design\PanelDesigner.cs (1)
78DashStyle = DashStyle.Dash
System\Windows\Forms\Design\PictureBoxDesigner.cs (1)
50DashStyle = DashStyle.Dash
System\Windows\Forms\Design\SplitterDesigner.cs (1)
34pen.DashStyle = DashStyle.Dash;
System\Windows\Forms\Design\SplitterPanelDesigner.cs (2)
152DashStyle = DashStyle.Dash 170DashStyle = DashStyle.Dash
System\Windows\Forms\Design\ToolStripItemBehavior.cs (1)
915p.DashStyle = DashStyle.Dot;
System\Windows\Forms\Design\ToolStripPanelDesigner.cs (1)
52DashStyle = DashStyle.Dash
System\Windows\Forms\Design\ToolStripTemplateNode.cs (2)
1883borderPen.DashStyle = DashStyle.Dot; 1892borderPen.DashStyle = DashStyle.Dot;
System.Windows.Forms.Primitives (2)
System\Windows\Forms\SystemDrawingExtensions.cs (2)
105? new Pen(Color.FromArgb(color.ToArgb())) { DashStyle = dashStyle } 106: new Pen(color) { DashStyle = dashStyle };
2 references to DashStyle
System.Drawing.Common (2)
System\Drawing\Pen.cs (2)
751else if (DashStyle == DashStyle.Solid && !_dashStyleWasOrIsNotSolid) 757else if (DashStyle == DashStyle.Solid)