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