1 reference to DefaultCapacity
PresentationCore (1)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\LegacyPriorityQueue.cs (1)
104
_heap = new T[capacity > 0 ? capacity :
DefaultCapacity
];