2 writes to _scaleHIndex
ReachFramework (2)
PrintConfig\PageScaling.cs (2)
40_scaleWIndex = _scaleHIndex = _squareScaleIndex = -1; 310option._scaleHIndex = (int)PrintSchemaLocalParameterDefs.PageScalingScaleHeight;
6 references to _scaleHIndex
ReachFramework (6)
PrintConfig\PageScaling.cs (6)
89if (_scaleHIndex < 0) 96return (ScalingScaleHeightCapability)(this.OwnerFeature.OwnerPrintCap._pcLocalParamDefs[_scaleHIndex]); 206(option._scaleHIndex >= 0)) 219if (option._scaleHIndex >= 0) 221option.OwnerFeature.OwnerPrintCap.SetLocalParameterDefAsRequired(option._scaleHIndex, false); 313option.OwnerFeature.OwnerPrintCap.SetLocalParameterDefAsRequired(option._scaleHIndex, true);