6 references to CustomSquareScale
ReachFramework (6)
PrintConfig\PageScaling.cs (2)
121
((
CustomSquareScale
!= null) ?
CustomSquareScale
.ToString() : "null");
PrintConfig\PrtCap_Public_Simple.cs (4)
779
(option.
CustomSquareScale
.MinValue > min))
781
min = option.
CustomSquareScale
.MinValue;
785
(option.
CustomSquareScale
.MaxValue < max))
787
max = option.
CustomSquareScale
.MaxValue;