2 writes to _squareScaleIndex
ReachFramework (2)
PrintConfig\PageScaling.cs (2)
40_scaleWIndex = _scaleHIndex = _squareScaleIndex = -1; 318option._squareScaleIndex = (int)PrintSchemaLocalParameterDefs.PageSquareScalingScale;
6 references to _squareScaleIndex
ReachFramework (6)
PrintConfig\PageScaling.cs (6)
104if (_squareScaleIndex < 0) 107return (ScalingSquareScaleCapability)(this.OwnerFeature.OwnerPrintCap._pcLocalParamDefs[_squareScaleIndex]); 228if (option._squareScaleIndex >= 0) 236if (option._squareScaleIndex >= 0) 238option.OwnerFeature.OwnerPrintCap.SetLocalParameterDefAsRequired(option._squareScaleIndex, false); 321option.OwnerFeature.OwnerPrintCap.SetLocalParameterDefAsRequired(option._squareScaleIndex, true);