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