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