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