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