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