10 writes to CustomStartCap
System.Web.DataVisualization (4)
Common\Annotation\CalloutAnnotation.cs (1)
1535graphics.Pen.CustomStartCap = new AdjustableArrowCap(
Common\Annotation\LineAnnotation.cs (1)
605graphics.Pen.CustomStartCap = new AdjustableArrowCap(
Common\Annotation\PolygonAnnotation.cs (1)
633graphics.Pen.CustomStartCap = new AdjustableArrowCap(
Common\General\SmartLabels.cs (1)
993 calloutPen.CustomStartCap = new AdjustableArrowCap(calloutPen.Width + 2, calloutPen.Width + 3, true);
System.Windows.Forms.DataVisualization (4)
Common\Annotation\CalloutAnnotation.cs (1)
1535graphics.Pen.CustomStartCap = new AdjustableArrowCap(
Common\Annotation\LineAnnotation.cs (1)
605graphics.Pen.CustomStartCap = new AdjustableArrowCap(
Common\Annotation\PolygonAnnotation.cs (1)
633graphics.Pen.CustomStartCap = new AdjustableArrowCap(
Common\General\SmartLabels.cs (1)
993 calloutPen.CustomStartCap = new AdjustableArrowCap(calloutPen.Width + 2, calloutPen.Width + 3, true);
System.Workflow.Activities (1)
Designers\StateMachineDesignerPaint.cs (1)
175pen.CustomStartCap = customStartCap;
System.Workflow.ComponentModel (1)
AuthoringOM\Design\DesignerHelpers.cs (1)
660pen.CustomStartCap = customStartCap;
2 references to CustomStartCap
System.Workflow.Activities (1)
Designers\StateMachineDesignerPaint.cs (1)
193CustomLineCap disposableLineCap = pen.CustomStartCap;
System.Workflow.ComponentModel (1)
AuthoringOM\Design\DesignerHelpers.cs (1)
675CustomLineCap disposableLineCap = pen.CustomStartCap;