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