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