2 writes to _imageableSizeHeight
ReachFramework (2)
PrintConfig\PageCanvasSize.cs (2)
129
_imageableSizeWidth =
_imageableSizeHeight
= PrintSchema.UnspecifiedIntValue;
224
this.
_imageableSizeHeight
= reader.GetCurrentPropertyIntValueWithException();
2 references to _imageableSizeHeight
ReachFramework (2)
PrintConfig\PageCanvasSize.cs (2)
154
return UnitConverter.LengthValueFromMicronToDIP(
_imageableSizeHeight
);
354
(this.
_imageableSizeHeight
>= 0))