5 references to DM_ORIENTATION
ReachFramework (5)
MS\Internal\Printing\Configuration\DevMode.cs (2)
129
this.SetField(DevModeFields.
DM_ORIENTATION
);
429
Copy(DevModeFields.
DM_ORIENTATION
, fields, src.Orientation, (DevModeOrientation value) => this.Orientation = value);
PrintConfig\PrintSchemaShim.cs (3)
247
if (IsSet(DevModeFields.
DM_ORIENTATION
, supportedFields) && deltaDevMode.IsFieldSet(DevModeFields.
DM_ORIENTATION
))
342
if (IsSet(DevModeFields.
DM_ORIENTATION
, supportedFields)