9 references to Custom
ReachFramework (9)
PrintConfig\PageScaling.cs (6)
202else if (option.Value == PageScaling.Custom) 459/// If current page scaling setting is not <see cref="PageScaling.Custom"/>, 466if (this.Value != PageScaling.Custom) 477/// If current page scaling setting is not <see cref="PageScaling.Custom"/>, 484if (this.Value != PageScaling.Custom) 544if ((Value != PageScaling.Custom) || (Value != PageScaling.CustomSquare))
PrintConfig\PrintSchemaShim.cs (1)
348case PageScaling.Custom:
PrintConfig\PrtCap_Public_Simple.cs (1)
757if (option.Value == PageScaling.Custom)
PrintConfig\PrtTicket_Public_Simple.cs (1)
1089else if ((_printTicket.PageScaling.Value == PageScaling.Custom) &&