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