10 references to Value
ReachFramework (10)
PrintConfig\PageScaling.cs (7)
466if (this.Value != PageScaling.Custom) 484if (this.Value != PageScaling.Custom) 502if (this.Value != PageScaling.CustomSquare) 544if ((Value != PageScaling.Custom) || (Value != PageScaling.CustomSquare)) 546return Value.ToString(); 550return Value.ToString() +
PrintConfig\PrintSchemaShim.cs (1)
346switch (deltaTicket.PageScaling.Value)
PrintConfig\PrtTicket_Public_Simple.cs (2)
1084if ((_printTicket.PageScaling.Value == PageScaling.CustomSquare) && 1089else if ((_printTicket.PageScaling.Value == PageScaling.Custom) &&