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