2 writes to _squareScaleIndex
ReachFramework (2)
PrintConfig\PageScaling.cs (2)
37
_scaleWIndex = _scaleHIndex =
_squareScaleIndex
= -1;
317
option.
_squareScaleIndex
= (int)PrintSchemaLocalParameterDefs.PageSquareScalingScale;
6 references to _squareScaleIndex
ReachFramework (6)
PrintConfig\PageScaling.cs (6)
101
if (
_squareScaleIndex
< 0)
104
return (ScalingSquareScaleCapability)(this.OwnerFeature.OwnerPrintCap._pcLocalParamDefs[
_squareScaleIndex
]);
227
if (option.
_squareScaleIndex
>= 0)
235
if (option.
_squareScaleIndex
>= 0)
237
option.OwnerFeature.OwnerPrintCap.SetLocalParameterDefAsRequired(option.
_squareScaleIndex
, false);
320
option.OwnerFeature.OwnerPrintCap.SetLocalParameterDefAsRequired(option.
_squareScaleIndex
, true);