3 references to AfterPaint
System.Windows.Forms.DataVisualization (3)
Common\DataManager\DataManager.cs (1)
113chartPicture.AfterPaint += new EventHandler<ChartPaintEventArgs>(this.ChartPicture_AfterPaint);
Common\General\Chart.cs (2)
2056 if (AfterPaint != null) 2059 AfterPaint(this, e);