7 references to SIZE
System.Xaml (7)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Utility\FrugalList.cs (7)
232
return
SIZE
;
278
if ((_count <
SIZE
) && (index <
SIZE
))
323
if (oldList.Count ==
SIZE
)
325
SetCount(
SIZE
);
344
T[] array = new T[
SIZE
];
364
ArgumentOutOfRangeException.ThrowIfGreaterThan(value,
SIZE
);