13 instantiations of AdjustableArrowCap
System.Drawing (1)
commonui\System\Drawing\Advanced\CustomLineCap.cs (1)
181return new AdjustableArrowCap(cap);
System.Web.DataVisualization (6)
Common\Annotation\CalloutAnnotation.cs (1)
1535graphics.Pen.CustomStartCap = new AdjustableArrowCap(
Common\Annotation\LineAnnotation.cs (2)
605graphics.Pen.CustomStartCap = new AdjustableArrowCap( 634graphics.Pen.CustomEndCap = new AdjustableArrowCap(
Common\Annotation\PolygonAnnotation.cs (2)
633graphics.Pen.CustomStartCap = new AdjustableArrowCap( 662graphics.Pen.CustomEndCap = new AdjustableArrowCap(
Common\General\SmartLabels.cs (1)
993 calloutPen.CustomStartCap = new AdjustableArrowCap(calloutPen.Width + 2, calloutPen.Width + 3, true);
System.Windows.Forms.DataVisualization (6)
Common\Annotation\CalloutAnnotation.cs (1)
1535graphics.Pen.CustomStartCap = new AdjustableArrowCap(
Common\Annotation\LineAnnotation.cs (2)
605graphics.Pen.CustomStartCap = new AdjustableArrowCap( 634graphics.Pen.CustomEndCap = new AdjustableArrowCap(
Common\Annotation\PolygonAnnotation.cs (2)
633graphics.Pen.CustomStartCap = new AdjustableArrowCap( 662graphics.Pen.CustomEndCap = new AdjustableArrowCap(
Common\General\SmartLabels.cs (1)
993 calloutPen.CustomStartCap = new AdjustableArrowCap(calloutPen.Width + 2, calloutPen.Width + 3, true);
2 references to AdjustableArrowCap
System.Drawing (2)
commonui\System\Drawing\Advanced\AdjustableArrowCap.cs (2)
30/// Initializes a new instance of the <see cref='System.Drawing.Drawing2D.AdjustableArrowCap'/> class with the specified width and 42/// Initializes a new instance of the <see cref='System.Drawing.Drawing2D.AdjustableArrowCap'/> class with the specified width,