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