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