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