2 references to MINSIZE
WindowsBase (2)
Shared\MS\Utility\FrugalList.cs (2)
1368
_entries = new T[
MINSIZE
];
1610
int newCapacity = Math.Max(newCount + (newCount >> 2),
MINSIZE
);