3 writes to handleCount
System.Windows.Forms (3)
misc\HandleCollector.cs (3)
148
handleCount
++;
246
handleCount
--;
253
handleCount
= 0;
8 references to handleCount
System.Windows.Forms (8)
misc\HandleCollector.cs (8)
154
currentCount =
handleCount
;
198
return
handleCount
;
211
if (
handleCount
> threshHold) {
212
threshHold =
handleCount
+ ((
handleCount
* deltaPercent) / 100);
225
if (oldThreshHold >= initialThreshHold &&
handleCount
< (int)(oldThreshHold * .9F)) {
251
if (
handleCount
< 0) {
255
currentCount =
handleCount
;