2 writes to _squareScaleIndex
ReachFramework (2)
PrintConfig\PageScaling.cs (2)
47_scaleWIndex = _scaleHIndex = _squareScaleIndex = -1; 325option._squareScaleIndex = (int)PrintSchemaLocalParameterDefs.PageSquareScalingScale;
6 references to _squareScaleIndex
ReachFramework (6)
PrintConfig\PageScaling.cs (6)
111if (_squareScaleIndex < 0) 114return (ScalingSquareScaleCapability)(this.OwnerFeature.OwnerPrintCap._pcLocalParamDefs[_squareScaleIndex]); 235if (option._squareScaleIndex >= 0) 243if (option._squareScaleIndex >= 0) 245option.OwnerFeature.OwnerPrintCap.SetLocalParameterDefAsRequired(option._squareScaleIndex, false); 328option.OwnerFeature.OwnerPrintCap.SetLocalParameterDefAsRequired(option._squareScaleIndex, true);