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