6 references to SIZE
WindowsBase (6)
Shared\MS\Utility\FrugalList.cs (6)
240return SIZE; 285if ((_count < SIZE) && (index < SIZE)) 334if (SIZE == oldList.Count) 336SetCount(SIZE); 374if ((value >= 0) && (value <= SIZE))