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