2 writes to _imageableSizeHeight
ReachFramework (2)
PrintConfig\PageCanvasSize.cs (2)
120
_imageableSizeWidth =
_imageableSizeHeight
= PrintSchema.UnspecifiedIntValue;
214
this.
_imageableSizeHeight
= reader.GetCurrentPropertyIntValueWithException();
2 references to _imageableSizeHeight
ReachFramework (2)
PrintConfig\PageCanvasSize.cs (2)
145
return UnitConverter.LengthValueFromMicronToDIP(
_imageableSizeHeight
);
339
(this.
_imageableSizeHeight
>= 0))