2 writes to _squareScaleIndex
ReachFramework (2)
PrintConfig\PageScaling.cs (2)
40
_scaleWIndex = _scaleHIndex =
_squareScaleIndex
= -1;
318
option.
_squareScaleIndex
= (int)PrintSchemaLocalParameterDefs.PageSquareScalingScale;
6 references to _squareScaleIndex
ReachFramework (6)
PrintConfig\PageScaling.cs (6)
104
if (
_squareScaleIndex
< 0)
107
return (ScalingSquareScaleCapability)(this.OwnerFeature.OwnerPrintCap._pcLocalParamDefs[
_squareScaleIndex
]);
228
if (option.
_squareScaleIndex
>= 0)
236
if (option.
_squareScaleIndex
>= 0)
238
option.OwnerFeature.OwnerPrintCap.SetLocalParameterDefAsRequired(option.
_squareScaleIndex
, false);
321
option.OwnerFeature.OwnerPrintCap.SetLocalParameterDefAsRequired(option.
_squareScaleIndex
, true);