2 writes to _scaleHIndex
ReachFramework (2)
PrintConfig\PageScaling.cs (2)
37_scaleWIndex = _scaleHIndex = _squareScaleIndex = -1; 309option._scaleHIndex = (int)PrintSchemaLocalParameterDefs.PageScalingScaleHeight;
6 references to _scaleHIndex
ReachFramework (6)
PrintConfig\PageScaling.cs (6)
86if (_scaleHIndex < 0) 93return (ScalingScaleHeightCapability)(this.OwnerFeature.OwnerPrintCap._pcLocalParamDefs[_scaleHIndex]); 205(option._scaleHIndex >= 0)) 218if (option._scaleHIndex >= 0) 220option.OwnerFeature.OwnerPrintCap.SetLocalParameterDefAsRequired(option._scaleHIndex, false); 312option.OwnerFeature.OwnerPrintCap.SetLocalParameterDefAsRequired(option._scaleHIndex, true);