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