10 references to Value
ReachFramework (10)
PrintConfig\PageScaling.cs (7)
465
if (this.
Value
!= PageScaling.Custom)
483
if (this.
Value
!= PageScaling.Custom)
501
if (this.
Value
!= PageScaling.CustomSquare)
543
if ((
Value
!= PageScaling.Custom) || (
Value
!= PageScaling.CustomSquare))
545
return
Value
.ToString();
549
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) &&