9 references to CustomSquare
ReachFramework (9)
PrintConfig\PageScaling.cs (5)
225
else if (option.Value == PageScaling.
CustomSquare
)
495
/// If current page scaling setting is not <see cref="PageScaling.
CustomSquare
"/>,
502
if (this.Value != PageScaling.
CustomSquare
)
533
this[PrintSchemaTags.Framework.OptionNameProperty] = (int)PageScaling.
CustomSquare
;
544
if ((Value != PageScaling.Custom) || (Value != PageScaling.
CustomSquare
))
PrintConfig\PrintSchema.cs (1)
1756
internal static PageScaling PageScalingEnumMax = PageScaling.
CustomSquare
;
PrintConfig\PrintSchemaShim.cs (1)
354
case PageScaling.
CustomSquare
:
PrintConfig\PrtCap_Public_Simple.cs (1)
777
else if (option.Value == PageScaling.
CustomSquare
)
PrintConfig\PrtTicket_Public_Simple.cs (1)
1084
if ((_printTicket.PageScaling.Value == PageScaling.
CustomSquare
) &&