4 references to SIZE
System.Xaml (4)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Utility\FrugalList.cs (4)
385return SIZE; 454if (_count < SIZE) 581if (oldCount <= SIZE) 694ArgumentOutOfRangeException.ThrowIfGreaterThan(value, SIZE);