2 writes to _imageableSizeWidth
ReachFramework (2)
PrintConfig\PageCanvasSize.cs (2)
129
_imageableSizeWidth
= _imageableSizeHeight = PrintSchema.UnspecifiedIntValue;
205
this.
_imageableSizeWidth
= reader.GetCurrentPropertyIntValueWithException();
2 references to _imageableSizeWidth
ReachFramework (2)
PrintConfig\PageCanvasSize.cs (2)
143
return UnitConverter.LengthValueFromMicronToDIP(
_imageableSizeWidth
);
353
if ((this.
_imageableSizeWidth
>= 0) &&