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