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