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