3 writes to Width
ReachFramework (3)
MS\Internal\Printing\Configuration\WinSpoolPrinterCapabilities.cs (3)
325defaultPaperSize.Width = defaultDevMode.PaperWidth; 344defaultPaperSize.Width = paperSizes[defaultPaperSizeIndex].Width; 609this.Width = width;
3 references to Width
ReachFramework (3)
MS\Internal\Printing\Configuration\WinSpoolPrinterCapabilities.cs (1)
344defaultPaperSize.Width = paperSizes[defaultPaperSizeIndex].Width;
PrintConfig\PrintCapabilitesWriter.cs (1)
364WriteValue("xsd:integer", XmlConvert.ToString(paperSizes[i].Width));
PrintConfig\PrintSchemaShim.cs (1)
488TenthOfMillimeterToMicrons(size.Width),