1 write to dmOrientation
System.Drawing.Common (1)
System\Drawing\Printing\PageSettings.cs (1)
240devmode->dmOrientation = _landscape.IsTrue ? (short)PInvokeCore.DMORIENT_LANDSCAPE : (short)PInvokeCore.DMORIENT_PORTRAIT;
2 references to dmOrientation
System.Drawing.Common (2)
System\Drawing\Printing\PageSettings.cs (1)
488_landscape = devmode->dmOrientation == PInvokeCore.DMORIENT_LANDSCAPE;
System\Drawing\Printing\PrinterSettings.cs (1)
786result = devmode->dmOrientation;