2 writes to PaperWidth
ReachFramework (2)
MS\Internal\Printing\Configuration\DevMode.cs (1)
432
Copy(DevModeFields.DM_PAPERWIDTH, fields, src.PaperWidth, (short value) => this.
PaperWidth
= value);
PrintConfig\PrintSchemaShim.cs (1)
783
devMode.
PaperWidth
= Clamp(LengthValueFromDIPToTenthOfMillimeter(pageWidthInDIPs), 1, short.MaxValue);
3 references to PaperWidth
ReachFramework (3)
MS\Internal\Printing\Configuration\DevMode.cs (1)
432
Copy(DevModeFields.DM_PAPERWIDTH, fields, src.
PaperWidth
, (short value) => this.PaperWidth = value);
MS\Internal\Printing\Configuration\WinSpoolPrinterCapabilities.cs (1)
325
defaultPaperSize.Width = defaultDevMode.
PaperWidth
;
PrintConfig\PrintSchemaShim.cs (1)
237
SetPageMediaSize(baseTicket, deltaDevMode.Fields, deltaDevMode.PaperSize, deltaDevMode.
PaperWidth
, deltaDevMode.PaperLength, deltaDevMode.FormName);