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