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