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