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