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];