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