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