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