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