2 writes to _numPaintsServiced
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.FeedbackRectangle.FeedbackDropDown.cs (2)
62if (_numPaintsServiced++ > MaxPaintsToService) 71_numPaintsServiced = 0;
1 reference to _numPaintsServiced
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.FeedbackRectangle.FeedbackDropDown.cs (1)
43if (IsDisposed || _numPaintsServiced != 0)