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