10 references to ParameterNode
ReachFramework (10)
PrintConfig\PrtTicket_Base.cs (10)
1076
if (
ParameterNode
!= null)
1080
if (
ParameterNode
.GetIntValue(out paramValue))
1105
if (
ParameterNode
== null)
1111
if (
ParameterNode
!= null)
1113
ParameterNode
.SetIntValue(value);
1140
if (
ParameterNode
!= null)
1144
if (
ParameterNode
.GetStringValue(out paramValue))
1161
if (
ParameterNode
== null)
1167
if (
ParameterNode
!= null)
1169
ParameterNode
.SetStringValue(value, PrintSchemaXsiTypes.String);