2 writes to _squareScaleIndex
ReachFramework (2)
PrintConfig\PageScaling.cs (2)
37_scaleWIndex = _scaleHIndex = _squareScaleIndex = -1; 317option._squareScaleIndex = (int)PrintSchemaLocalParameterDefs.PageSquareScalingScale;
6 references to _squareScaleIndex
ReachFramework (6)
PrintConfig\PageScaling.cs (6)
101if (_squareScaleIndex < 0) 104return (ScalingSquareScaleCapability)(this.OwnerFeature.OwnerPrintCap._pcLocalParamDefs[_squareScaleIndex]); 227if (option._squareScaleIndex >= 0) 235if (option._squareScaleIndex >= 0) 237option.OwnerFeature.OwnerPrintCap.SetLocalParameterDefAsRequired(option._squareScaleIndex, false); 320option.OwnerFeature.OwnerPrintCap.SetLocalParameterDefAsRequired(option._squareScaleIndex, true);