24 writes to Width
System.Web.DataVisualization (10)
Common\Annotation\LineAnnotation.cs (1)
683pen.Width += 2;
Common\Annotation\PolygonAnnotation.cs (1)
752pen.Width += 2;
Common\ChartTypes\LineChart.cs (1)
816 _linePen.Width = pointBorderWidth;
Common\General\Axis.cs (1)
2196circlePen.Width += 2;
Common\General\ChartGraphics.cs (4)
234 _pen.Width = width; 3638 _pen.Width = borderWidth; 4158 _pen.Width = borderWidth; 4460 _pen.Width = borderWidth;
Common\General\ChartGraphics3D.cs (2)
3038pen.Width = 1; 4304pen.Width = 1;
System.Windows.Forms.DataVisualization (10)
Common\Annotation\LineAnnotation.cs (1)
683pen.Width += 2;
Common\Annotation\PolygonAnnotation.cs (1)
752pen.Width += 2;
Common\ChartTypes\LineChart.cs (1)
816 _linePen.Width = pointBorderWidth;
Common\General\Axis.cs (1)
2196circlePen.Width += 2;
Common\General\ChartGraphics.cs (4)
234 _pen.Width = width; 3638 _pen.Width = borderWidth; 4158 _pen.Width = borderWidth; 4460 _pen.Width = borderWidth;
Common\General\ChartGraphics3D.cs (2)
3038pen.Width = 1; 4304pen.Width = 1;
System.WorkflowServices (4)
System\Workflow\Activities\Design\GradientPanel.cs (2)
111shadowPen.Width = 16; 117shadowPen.Width = shadowPen.Width - 2;;
System\Workflow\ComponentModel\Design\HighlightOverlayGlyph.cs (2)
69shadowPen.Width = 24; 75shadowPen.Width = shadowPen.Width - 2;;
32 references to Width
System.Drawing (1)
commonui\System\Drawing\Pen.cs (1)
69/// <see cref='System.Drawing.Pen.Color'/> and <see cref='System.Drawing.Pen.Width'/>.
System.Web.DataVisualization (11)
Common\ChartTypes\FastLineChart.cs (3)
630float width = pen.Width + 2; 653pathBounds.Inflate(pen.Width, pen.Width);
Common\ChartTypes\LineChart.cs (1)
814 if(_linePen.Width != pointBorderWidth)
Common\ChartTypes\PieChart.cs (1)
3009using (Pen labelPen = new Pen(pieLineColor, pen.Width))
Common\General\ChartGraphics.cs (3)
232 if(_pen.Width != width) 3636 if(_pen.Width != borderWidth) 3662 if(_pen.Alignment == PenAlignment.Inset && _pen.Width > 1f)
Common\General\ChartGraphics3D.cs (1)
1090 if( pen.Width < 2 )
Common\General\SmartLabels.cs (2)
993 calloutPen.CustomStartCap = new AdjustableArrowCap(calloutPen.Width + 2, calloutPen.Width + 3, true);
System.Windows.Forms.DataVisualization (11)
Common\ChartTypes\FastLineChart.cs (3)
630float width = pen.Width + 2; 653pathBounds.Inflate(pen.Width, pen.Width);
Common\ChartTypes\LineChart.cs (1)
814 if(_linePen.Width != pointBorderWidth)
Common\ChartTypes\PieChart.cs (1)
3009using (Pen labelPen = new Pen(pieLineColor, pen.Width))
Common\General\ChartGraphics.cs (3)
232 if(_pen.Width != width) 3636 if(_pen.Width != borderWidth) 3662 if(_pen.Alignment == PenAlignment.Inset && _pen.Width > 1f)
Common\General\ChartGraphics3D.cs (1)
1090 if( pen.Width < 2 )
Common\General\SmartLabels.cs (2)
993 calloutPen.CustomStartCap = new AdjustableArrowCap(calloutPen.Width + 2, calloutPen.Width + 3, true);
System.Workflow.Activities (2)
Designers\StateMachineDesignerPaint.cs (2)
173customStartCap.WidthScale = 1.0f / pen.Width; 181customEndCap.WidthScale = 1.0f / pen.Width;
System.Workflow.ComponentModel (5)
AuthoringOM\Design\Connector.cs (3)
189defaultSize = new Size(Math.Max(defaultSize.Width, (int)this.associatedDesigner.DesignerTheme.ForegroundPen.Width * 4), Math.Max(defaultSize.Height, (int)this.associatedDesigner.DesignerTheme.ForegroundPen.Width * 4)); 482using (Pen editableConnectorPen = new Pen(e.AmbientTheme.SelectionForegroundPen.Color, e.AmbientTheme.SelectionForegroundPen.Width))
AuthoringOM\Design\DesignerHelpers.cs (2)
658customStartCap.WidthScale = 1.0f / pen.Width; 666customEndCap.WidthScale = 1.0f / pen.Width;
System.WorkflowServices (2)
System\Workflow\Activities\Design\GradientPanel.cs (1)
117shadowPen.Width = shadowPen.Width - 2;;
System\Workflow\ComponentModel\Design\HighlightOverlayGlyph.cs (1)
75shadowPen.Width = shadowPen.Width - 2;;