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