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