6 references to SIZE
System.Xaml (6)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Utility\FrugalList.cs (6)
237return SIZE; 282if ((_count < SIZE) && (index < SIZE)) 326if (SIZE == oldList.Count) 328SetCount(SIZE); 367ArgumentOutOfRangeException.ThrowIfGreaterThan(value, SIZE);