32 references to SelectionPointsStyle
System.Windows.Forms.DataVisualization (32)
Common\Annotation\AnnotationBase.cs (5)
814
DefaultValue(
SelectionPointsStyle
.Rectangle),
822
virtual internal
SelectionPointsStyle
SelectionPointsStyle
826
return
SelectionPointsStyle
.Rectangle;
2060
if(this.SelectionPointsStyle ==
SelectionPointsStyle
.TwoPoints)
2102
else if(this.SelectionPointsStyle ==
SelectionPointsStyle
.Rectangle)
Common\Annotation\ArrowAnnotation.cs (3)
276
DefaultValue(
SelectionPointsStyle
.Rectangle),
284
override internal
SelectionPointsStyle
SelectionPointsStyle
288
return
SelectionPointsStyle
.TwoPoints;
Common\Annotation\CalloutAnnotation.cs (3)
584
DefaultValue(
SelectionPointsStyle
.Rectangle),
592
override internal
SelectionPointsStyle
SelectionPointsStyle
596
return
SelectionPointsStyle
.Rectangle;
Common\Annotation\GroupAnnotation.cs (3)
876
DefaultValue(
SelectionPointsStyle
.Rectangle),
884
override internal
SelectionPointsStyle
SelectionPointsStyle
888
return
SelectionPointsStyle
.Rectangle;
Common\Annotation\ImageAnnotation.cs (3)
277
DefaultValue(
SelectionPointsStyle
.Rectangle),
285
override internal
SelectionPointsStyle
SelectionPointsStyle
289
return
SelectionPointsStyle
.Rectangle;
Common\Annotation\LineAnnotation.cs (3)
487
DefaultValue(
SelectionPointsStyle
.Rectangle),
495
override internal
SelectionPointsStyle
SelectionPointsStyle
499
return
SelectionPointsStyle
.TwoPoints;
Common\Annotation\PolygonAnnotation.cs (6)
403
DefaultValue(
SelectionPointsStyle
.Rectangle),
411
override internal
SelectionPointsStyle
SelectionPointsStyle
415
return
SelectionPointsStyle
.Rectangle;
1433
DefaultValue(
SelectionPointsStyle
.Rectangle),
1441
override internal
SelectionPointsStyle
SelectionPointsStyle
1445
return
SelectionPointsStyle
.Rectangle;
Common\Annotation\RectangleAnnotation.cs (3)
351
DefaultValue(
SelectionPointsStyle
.Rectangle),
359
override internal
SelectionPointsStyle
SelectionPointsStyle
363
return
SelectionPointsStyle
.Rectangle;
Common\Annotation\TextAnnotation.cs (3)
379
DefaultValue(
SelectionPointsStyle
.Rectangle),
387
override internal
SelectionPointsStyle
SelectionPointsStyle
391
return
SelectionPointsStyle
.Rectangle;