1 write to OwnerPrintCap
ReachFramework (1)
PrintConfig\PrtCap_Base.cs (1)
36
this.
OwnerPrintCap
= ownerPrintCap;
9 references to OwnerPrintCap
ReachFramework (9)
PrintConfig\PageScaling.cs (9)
75
return (ScalingScaleWidthCapability)(this.OwnerFeature.
OwnerPrintCap
._pcLocalParamDefs[_scaleWIndex]);
96
return (ScalingScaleHeightCapability)(this.OwnerFeature.
OwnerPrintCap
._pcLocalParamDefs[_scaleHIndex]);
107
return (ScalingSquareScaleCapability)(this.OwnerFeature.
OwnerPrintCap
._pcLocalParamDefs[_squareScaleIndex]);
216
option.OwnerFeature.
OwnerPrintCap
.SetLocalParameterDefAsRequired(option._scaleWIndex, false);
221
option.OwnerFeature.
OwnerPrintCap
.SetLocalParameterDefAsRequired(option._scaleHIndex, false);
238
option.OwnerFeature.
OwnerPrintCap
.SetLocalParameterDefAsRequired(option._squareScaleIndex, false);
305
option.OwnerFeature.
OwnerPrintCap
.SetLocalParameterDefAsRequired(option._scaleWIndex, true);
313
option.OwnerFeature.
OwnerPrintCap
.SetLocalParameterDefAsRequired(option._scaleHIndex, true);
321
option.OwnerFeature.
OwnerPrintCap
.SetLocalParameterDefAsRequired(option._squareScaleIndex, true);