2 writes to _scaleHIndex
ReachFramework (2)
PrintConfig\PageScaling.cs (2)
47_scaleWIndex = _scaleHIndex = _squareScaleIndex = -1; 317option._scaleHIndex = (int)PrintSchemaLocalParameterDefs.PageScalingScaleHeight;
6 references to _scaleHIndex
ReachFramework (6)
PrintConfig\PageScaling.cs (6)
96if (_scaleHIndex < 0) 103return (ScalingScaleHeightCapability)(this.OwnerFeature.OwnerPrintCap._pcLocalParamDefs[_scaleHIndex]); 213(option._scaleHIndex >= 0)) 226if (option._scaleHIndex >= 0) 228option.OwnerFeature.OwnerPrintCap.SetLocalParameterDefAsRequired(option._scaleHIndex, false); 320option.OwnerFeature.OwnerPrintCap.SetLocalParameterDefAsRequired(option._scaleHIndex, true);