2 writes to _scaleWIndex
ReachFramework (2)
PrintConfig\PageScaling.cs (2)
47_scaleWIndex = _scaleHIndex = _squareScaleIndex = -1; 309option._scaleWIndex = (int)PrintSchemaLocalParameterDefs.PageScalingScaleWidth;
6 references to _scaleWIndex
ReachFramework (6)
PrintConfig\PageScaling.cs (6)
75if (_scaleWIndex < 0) 82return (ScalingScaleWidthCapability)(this.OwnerFeature.OwnerPrintCap._pcLocalParamDefs[_scaleWIndex]); 212if ((option._scaleWIndex >= 0) && 221if (option._scaleWIndex >= 0) 223option.OwnerFeature.OwnerPrintCap.SetLocalParameterDefAsRequired(option._scaleWIndex, false); 312option.OwnerFeature.OwnerPrintCap.SetLocalParameterDefAsRequired(option._scaleWIndex, true);