3 references to DevModeICMMethod
ReachFramework (3)
MS\Internal\Printing\Configuration\DevMode.cs (3)
326
public
DevModeICMMethod
ICMMethod
328
get { return (
DevModeICMMethod
)ReadDWORD(dmICMMethodByteOffset); }
444
Copy(DevModeFields.DM_ICMMETHOD, fields, src.ICMMethod, (
DevModeICMMethod
value) => this.ICMMethod = value);