2 writes to _maxValue
ReachFramework (2)
PrintConfig\PrtCap_Base.cs (2)
233
_minValue =
_maxValue
= _defaultValue = PrintSchema.UnspecifiedIntValue;
328
param.
_maxValue
= reader.GetCurrentPropertyIntValueWithException();
2 references to _maxValue
ReachFramework (2)
PrintConfig\PrtCap_Base.cs (2)
247
return
_maxValue
;
438
return UnitConverter.LengthValueFromMicronToDIP(
_maxValue
);