2 writes to _mediaSizeWidth
ReachFramework (2)
PrintConfig\PageMediaSize.cs (2)
35
_mediaSizeWidth
= _mediaSizeHeight = PrintSchema.UnspecifiedIntValue;
243
option.
_mediaSizeWidth
= intValue;
2 references to _mediaSizeWidth
ReachFramework (2)
PrintConfig\PageMediaSize.cs (2)
60
return UnitConverter.LengthValueFromMicronToDIP(
_mediaSizeWidth
);
158
if ((option.
_mediaSizeWidth
> 0) ||