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