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