2 writes to _scaleHIndex
ReachFramework (2)
PrintConfig\PageScaling.cs (2)
37
_scaleWIndex =
_scaleHIndex
= _squareScaleIndex = -1;
309
option.
_scaleHIndex
= (int)PrintSchemaLocalParameterDefs.PageScalingScaleHeight;
6 references to _scaleHIndex
ReachFramework (6)
PrintConfig\PageScaling.cs (6)
86
if (
_scaleHIndex
< 0)
93
return (ScalingScaleHeightCapability)(this.OwnerFeature.OwnerPrintCap._pcLocalParamDefs[
_scaleHIndex
]);
205
(option.
_scaleHIndex
>= 0))
218
if (option.
_scaleHIndex
>= 0)
220
option.OwnerFeature.OwnerPrintCap.SetLocalParameterDefAsRequired(option.
_scaleHIndex
, false);
312
option.OwnerFeature.OwnerPrintCap.SetLocalParameterDefAsRequired(option.
_scaleHIndex
, true);