10 references to Value
ReachFramework (10)
PrintConfig\PageScaling.cs (7)
464if (this.Value != PageScaling.Custom) 482if (this.Value != PageScaling.Custom) 500if (this.Value != PageScaling.CustomSquare) 542if ((Value != PageScaling.Custom) || (Value != PageScaling.CustomSquare)) 544return Value.ToString(); 548return Value.ToString() +
PrintConfig\PrintSchemaShim.cs (1)
345switch (deltaTicket.PageScaling.Value)
PrintConfig\PrtTicket_Public_Simple.cs (2)
1083if ((_printTicket.PageScaling.Value == PageScaling.CustomSquare) && 1088else if ((_printTicket.PageScaling.Value == PageScaling.Custom) &&