12 references to ArrowAnchor
System.Drawing (2)
commonui\System\Drawing\Pen.cs (2)
321case LineCap.ArrowAnchor: 367case LineCap.ArrowAnchor:
System.Web.DataVisualization (5)
Common\Annotation\CalloutAnnotation.cs (1)
1542graphics.Pen.StartCap = LineCap.ArrowAnchor;
Common\Annotation\LineAnnotation.cs (2)
612graphics.Pen.StartCap = LineCap.ArrowAnchor; 641graphics.Pen.EndCap = LineCap.ArrowAnchor;
Common\Annotation\PolygonAnnotation.cs (2)
640graphics.Pen.StartCap = LineCap.ArrowAnchor; 669graphics.Pen.EndCap = LineCap.ArrowAnchor;
System.Windows.Forms.DataVisualization (5)
Common\Annotation\CalloutAnnotation.cs (1)
1542graphics.Pen.StartCap = LineCap.ArrowAnchor;
Common\Annotation\LineAnnotation.cs (2)
612graphics.Pen.StartCap = LineCap.ArrowAnchor; 641graphics.Pen.EndCap = LineCap.ArrowAnchor;
Common\Annotation\PolygonAnnotation.cs (2)
640graphics.Pen.StartCap = LineCap.ArrowAnchor; 669graphics.Pen.EndCap = LineCap.ArrowAnchor;