2 writes to PaperLength
ReachFramework (2)
MS\Internal\Printing\Configuration\DevMode.cs (1)
431Copy(DevModeFields.DM_PAPERLENGTH, fields, src.PaperLength, (short value) => this.PaperLength = value);
PrintConfig\PrintSchemaShim.cs (1)
778devMode.PaperLength = Clamp(LengthValueFromDIPToTenthOfMillimeter(pageHeightInDIPs), 1, short.MaxValue);
3 references to PaperLength
ReachFramework (3)
MS\Internal\Printing\Configuration\DevMode.cs (1)
431Copy(DevModeFields.DM_PAPERLENGTH, fields, src.PaperLength, (short value) => this.PaperLength = value);
MS\Internal\Printing\Configuration\WinSpoolPrinterCapabilities.cs (1)
332defaultPaperSize.Height = defaultDevMode.PaperLength;
PrintConfig\PrintSchemaShim.cs (1)
237SetPageMediaSize(baseTicket, deltaDevMode.Fields, deltaDevMode.PaperSize, deltaDevMode.PaperWidth, deltaDevMode.PaperLength, deltaDevMode.FormName);