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