2 writes to _maxValue
ReachFramework (2)
PrintConfig\PrtCap_Base.cs (2)
230
_minValue =
_maxValue
= _defaultValue = PrintSchema.UnspecifiedIntValue;
324
param.
_maxValue
= reader.GetCurrentPropertyIntValueWithException();
2 references to _maxValue
ReachFramework (2)
PrintConfig\PrtCap_Base.cs (2)
244
return
_maxValue
;
432
return UnitConverter.LengthValueFromMicronToDIP(
_maxValue
);