2 references to s_growFactor
PresentationCore (2)
System\Windows\Media\MatrixStack.cs (2)
22private const int s_shrinkFactor = s_growFactor + 1; 43Matrix[] newItems = new Matrix[s_growFactor * _size];