4 writes to paintTopLevelElementOnly
System.Windows.Forms.DataVisualization (4)
WinForm\ChartWinControl.cs (4)
674 this.paintTopLevelElementOnly = true; 680 this.paintTopLevelElementOnly = false; 691 this.paintTopLevelElementOnly = true; 697 this.paintTopLevelElementOnly = false;
3 references to paintTopLevelElementOnly
System.Windows.Forms.DataVisualization (3)
WinForm\ChartWinControl.cs (3)
392 if(this.paintTopLevelElementOnly) 396 chartPicture.Paint(e.Graphics, this.paintTopLevelElementOnly); 449 chartPicture.Paint(paintBufferBitmapGraphics, this.paintTopLevelElementOnly);