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