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