2 references to DM_DITHERTYPE
ReachFramework (2)
MS\Internal\Printing\Configuration\DevMode.cs (2)
373
this.SetField(DevModeFields.
DM_DITHERTYPE
);
447
Copy(DevModeFields.
DM_DITHERTYPE
, fields, src.DitherType, (uint value) => this.DitherType = value);