1 instantiation of DC_RESOLUTION
ReachFramework (1)
MS\Internal\Printing\Configuration\WinSpoolPrinterCapabilities.cs (1)
507result[i] = new DC_RESOLUTION(x, y);
6 references to DC_RESOLUTION
ReachFramework (6)
MS\Internal\Printing\Configuration\WinSpoolPrinterCapabilities.cs (5)
267public IList<DC_RESOLUTION> Resolutions 269get { return GetArrayCapability<DC_RESOLUTION>(DeviceCapability.DC_ENUMRESOLUTIONS, ReadDC_RESOLUTIONArray); } 493private static DC_RESOLUTION[] ReadDC_RESOLUTIONArray(HGlobalBuffer buffer, int itemByteSize) 496DC_RESOLUTION[] result = new DC_RESOLUTION[nItems];
PrintConfig\PrintCapabilitesWriter.cs (1)
494public void WritePageResolutionFeature(IList<DC_RESOLUTION> resolutions)