3 writes to _potentiallyDeadEntryCount
PresentationFramework (3)
System\Windows\SystemResources.cs (3)
2070
++
_potentiallyDeadEntryCount
;
2091
++
_potentiallyDeadEntryCount
;
2117
_potentiallyDeadEntryCount
= 0;
2 references to _potentiallyDeadEntryCount
PresentationFramework (2)
System\Windows\SystemResources.cs (2)
2101
if (
_potentiallyDeadEntryCount
> 25)
2116
List<object> deadKeys = new(Math.Min(
_potentiallyDeadEntryCount
, _entries.Count));