2 writes to _maxValue
ReachFramework (2)
PrintConfig\PrtCap_Base.cs (2)
231
_minValue =
_maxValue
= _defaultValue = PrintSchema.UnspecifiedIntValue;
325
param.
_maxValue
= reader.GetCurrentPropertyIntValueWithException();
2 references to _maxValue
ReachFramework (2)
PrintConfig\PrtCap_Base.cs (2)
245
return
_maxValue
;
433
return UnitConverter.LengthValueFromMicronToDIP(
_maxValue
);