2 writes to _scaleWIndex
ReachFramework (2)
PrintConfig\PageScaling.cs (2)
37
_scaleWIndex
= _scaleHIndex = _squareScaleIndex = -1;
301
option.
_scaleWIndex
= (int)PrintSchemaLocalParameterDefs.PageScalingScaleWidth;
6 references to _scaleWIndex
ReachFramework (6)
PrintConfig\PageScaling.cs (6)
65
if (
_scaleWIndex
< 0)
72
return (ScalingScaleWidthCapability)(this.OwnerFeature.OwnerPrintCap._pcLocalParamDefs[
_scaleWIndex
]);
204
if ((option.
_scaleWIndex
>= 0) &&
213
if (option.
_scaleWIndex
>= 0)
215
option.OwnerFeature.OwnerPrintCap.SetLocalParameterDefAsRequired(option.
_scaleWIndex
, false);
304
option.OwnerFeature.OwnerPrintCap.SetLocalParameterDefAsRequired(option.
_scaleWIndex
, true);