2 writes to _numPaintsServiced
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripPanel.cs (2)
864if (_numPaintsServiced++ > MAX_PAINTS_TO_SERVICE) { 871_numPaintsServiced = 0;
1 reference to _numPaintsServiced
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripPanel.cs (1)
855if (_numPaintsServiced == 0) { // protect against re-entrancy.