2 writes to _annotations
System.Windows.Forms.DataVisualization (2)
Common\General\Chart.cs (2)
1567 _annotations = new AnnotationCollection(this); 3843_annotations = null;
3 references to _annotations
System.Windows.Forms.DataVisualization (3)
Common\General\Chart.cs (3)
2512 return _annotations; 3840if (_annotations != null) 3842_annotations.Dispose();