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