2 writes to _scaleHIndex
ReachFramework (2)
PrintConfig\PageScaling.cs (2)
40
_scaleWIndex =
_scaleHIndex
= _squareScaleIndex = -1;
310
option.
_scaleHIndex
= (int)PrintSchemaLocalParameterDefs.PageScalingScaleHeight;
6 references to _scaleHIndex
ReachFramework (6)
PrintConfig\PageScaling.cs (6)
89
if (
_scaleHIndex
< 0)
96
return (ScalingScaleHeightCapability)(this.OwnerFeature.OwnerPrintCap._pcLocalParamDefs[
_scaleHIndex
]);
206
(option.
_scaleHIndex
>= 0))
219
if (option.
_scaleHIndex
>= 0)
221
option.OwnerFeature.OwnerPrintCap.SetLocalParameterDefAsRequired(option.
_scaleHIndex
, false);
313
option.OwnerFeature.OwnerPrintCap.SetLocalParameterDefAsRequired(option.
_scaleHIndex
, true);