2 writes to _mediaSizeWidth
ReachFramework (2)
PrintConfig\PageMediaSize.cs (2)
43
_mediaSizeWidth
= _mediaSizeHeight = PrintSchema.UnspecifiedIntValue;
250
option.
_mediaSizeWidth
= intValue;
2 references to _mediaSizeWidth
ReachFramework (2)
PrintConfig\PageMediaSize.cs (2)
68
return UnitConverter.LengthValueFromMicronToDIP(
_mediaSizeWidth
);
164
if ((option.
_mediaSizeWidth
> 0) ||