2 writes to _maxValue
ReachFramework (2)
PrintConfig\PrtCap_Base.cs (2)
241
_minValue =
_maxValue
= _defaultValue = PrintSchema.UnspecifiedIntValue;
336
param.
_maxValue
= reader.GetCurrentPropertyIntValueWithException();
2 references to _maxValue
ReachFramework (2)
PrintConfig\PrtCap_Base.cs (2)
255
return
_maxValue
;
446
return UnitConverter.LengthValueFromMicronToDIP(
_maxValue
);