10 references to Value
ReachFramework (10)
PrintConfig\PageScaling.cs (7)
473if (this.Value != PageScaling.Custom) 491if (this.Value != PageScaling.Custom) 509if (this.Value != PageScaling.CustomSquare) 551if ((Value != PageScaling.Custom) || (Value != PageScaling.CustomSquare)) 553return Value.ToString(); 557return Value.ToString() +
PrintConfig\PrintSchemaShim.cs (1)
350switch (deltaTicket.PageScaling.Value)
PrintConfig\PrtTicket_Public_Simple.cs (2)
1091if ((_printTicket.PageScaling.Value == PageScaling.CustomSquare) && 1096else if ((_printTicket.PageScaling.Value == PageScaling.Custom) &&