9 references to Custom
ReachFramework (9)
PrintConfig\PageScaling.cs (6)
209else if (option.Value == PageScaling.Custom) 466/// If current page scaling setting is not <see cref="PageScaling.Custom"/>, 473if (this.Value != PageScaling.Custom) 484/// If current page scaling setting is not <see cref="PageScaling.Custom"/>, 491if (this.Value != PageScaling.Custom) 551if ((Value != PageScaling.Custom) || (Value != PageScaling.CustomSquare))
PrintConfig\PrintSchemaShim.cs (1)
352case PageScaling.Custom:
PrintConfig\PrtCap_Public_Simple.cs (1)
763if (option.Value == PageScaling.Custom)
PrintConfig\PrtTicket_Public_Simple.cs (1)
1096else if ((_printTicket.PageScaling.Value == PageScaling.Custom) &&