6 references to CustomSquareScale
ReachFramework (6)
PrintConfig\PageScaling.cs (2)
124
((
CustomSquareScale
!= null) ?
CustomSquareScale
.ToString() : "null");
PrintConfig\PrtCap_Public_Simple.cs (4)
780
(option.
CustomSquareScale
.MinValue > min))
782
min = option.
CustomSquareScale
.MinValue;
786
(option.
CustomSquareScale
.MaxValue < max))
788
max = option.
CustomSquareScale
.MaxValue;