2 writes to paintBufferBitmapGraphics
System.Windows.Forms.DataVisualization (2)
WinForm\ChartWinControl.cs (2)
440
paintBufferBitmapGraphics
= Graphics.FromImage(paintBufferBitmap);
3143
paintBufferBitmapGraphics
= null;
6 references to paintBufferBitmapGraphics
System.Windows.Forms.DataVisualization (6)
WinForm\ChartWinControl.cs (6)
435
paintBufferBitmapGraphics
.Dispose();
441
paintBufferBitmapGraphics
.ScaleTransform(scaleX, scaleY);
449
chartPicture.Paint(
paintBufferBitmapGraphics
, this.paintTopLevelElementOnly);
454
DrawException(
paintBufferBitmapGraphics
);
3140
if (
paintBufferBitmapGraphics
!= null)
3142
paintBufferBitmapGraphics
.Dispose();