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