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