2 references to s_growFactor
PresentationCore (2)
Core\CSharp\System\Windows\Media\MatrixStack.cs (2)
29private static readonly int s_shrinkFactor = s_growFactor + 1; 50Matrix[] newItems = new Matrix[s_growFactor * _size];