5 references to SIZE
System.Xaml (5)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Utility\FrugalList.cs (5)
716
return
SIZE
;
824
if (_count <
SIZE
)
1041
if (oldCount <=
SIZE
)
1104
if (oldCount >=
SIZE
)
1264
ArgumentOutOfRangeException.ThrowIfGreaterThan(value,
SIZE
);