2 writes to _scaleWIndex
ReachFramework (2)
PrintConfig\PageScaling.cs (2)
40_scaleWIndex = _scaleHIndex = _squareScaleIndex = -1; 302option._scaleWIndex = (int)PrintSchemaLocalParameterDefs.PageScalingScaleWidth;
6 references to _scaleWIndex
ReachFramework (6)
PrintConfig\PageScaling.cs (6)
68if (_scaleWIndex < 0) 75return (ScalingScaleWidthCapability)(this.OwnerFeature.OwnerPrintCap._pcLocalParamDefs[_scaleWIndex]); 205if ((option._scaleWIndex >= 0) && 214if (option._scaleWIndex >= 0) 216option.OwnerFeature.OwnerPrintCap.SetLocalParameterDefAsRequired(option._scaleWIndex, false); 305option.OwnerFeature.OwnerPrintCap.SetLocalParameterDefAsRequired(option._scaleWIndex, true);