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