6 references to Annotations
System.Windows.Forms.DataVisualization (6)
WinForm\ChartWinControl.cs (5)
356
ChartAreas.NameReferenceChanged += new EventHandler<NameReferenceChangedEventArgs>(
Annotations
.ChartAreaNameReferenceChanged);
2243
this.
Annotations
.OnMouseDown(e, ref handled);
2309
this.
Annotations
.OnMouseUp(e);
2362
this.
Annotations
.OnMouseMove(e);
2376
this.
Annotations
.OnDoubleClick();
WinForm\Utilities\AccessibleObject.cs (1)
176
foreach (Annotation annotation in this._chart.
Annotations
)