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