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