3 references to DM_ICMMETHOD
ReachFramework (3)
MS\Internal\Printing\Configuration\DevMode.cs (2)
331
this.SetField(DevModeFields.
DM_ICMMETHOD
);
444
Copy(DevModeFields.
DM_ICMMETHOD
, fields, src.ICMMethod, (DevModeICMMethod value) => this.ICMMethod = value);
MS\Internal\Printing\Configuration\WinSpoolPrinterCapabilities.cs (1)
180
get { return GetBoolCapability(DevModeFields.
DM_ICMMETHOD
); }