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