1 write to _entryCount
PresentationCore (1)
Shared\MS\Utility\Maps.cs (1)
44
_entryCount
= entryCount;
4 references to _entryCount
PresentationCore (4)
Shared\MS\Utility\Maps.cs (4)
45
_entries = new object[
_entryCount
];
53
if (dType.Id <
_entryCount
)
70
if (dType.Id <
_entryCount
)
97
for (int i=0; i<
_entryCount
; i++)