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