3 references to DM_ICMINTENT
ReachFramework (3)
MS\Internal\Printing\Configuration\DevMode.cs (2)
345this.SetField(DevModeFields.DM_ICMINTENT); 445Copy(DevModeFields.DM_ICMINTENT, fields, src.ICMIntent, (uint value) => this.ICMIntent = value);
MS\Internal\Printing\Configuration\WinSpoolPrinterCapabilities.cs (1)
172get { return GetBoolCapability(DevModeFields.DM_ICMINTENT); }