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