5 writes to _permanentCount
PresentationCore (5)
Shared\MS\Internal\SizeLimitedCache.cs (5)
45
_permanentCount
= 0;
117
_permanentCount
++;
131
_permanentCount
++;
135
_permanentCount
--;
178
_permanentCount
--;
1 reference to _permanentCount
PresentationCore (1)
Shared\MS\Internal\SizeLimitedCache.cs (1)
265
return (_nodeLookup.Count -
_permanentCount
>= _maximumItems);