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