1 override of IsSelected
System.Windows.Forms.DataVisualization (1)
Common\Annotation\GroupAnnotation.cs (1)
200
override public bool
IsSelected
2 writes to IsSelected
System.Windows.Forms.DataVisualization (2)
Common\Annotation\GroupAnnotation.cs (2)
208
base.
IsSelected
= value;
213
annotation.
IsSelected
= false;
2 references to IsSelected
System.Windows.Forms.DataVisualization (2)
Common\Annotation\AnnotationBase.cs (1)
2044
Boolean selected = this.
IsSelected
;
Common\Annotation\GroupAnnotation.cs (1)
204
return base.
IsSelected
;