9 references to CustomSquare
ReachFramework (9)
PrintConfig\PageScaling.cs (5)
232
else if (option.Value == PageScaling.
CustomSquare
)
502
/// If current page scaling setting is not <see cref="PageScaling.
CustomSquare
"/>,
509
if (this.Value != PageScaling.
CustomSquare
)
540
this[PrintSchemaTags.Framework.OptionNameProperty] = (int)PageScaling.
CustomSquare
;
551
if ((Value != PageScaling.Custom) || (Value != PageScaling.
CustomSquare
))
PrintConfig\PrintSchema.cs (1)
1759
internal static PageScaling PageScalingEnumMax = PageScaling.
CustomSquare
;
PrintConfig\PrintSchemaShim.cs (1)
358
case PageScaling.
CustomSquare
:
PrintConfig\PrtCap_Public_Simple.cs (1)
783
else if (option.Value == PageScaling.
CustomSquare
)
PrintConfig\PrtTicket_Public_Simple.cs (1)
1091
if ((_printTicket.PageScaling.Value == PageScaling.
CustomSquare
) &&