1 write to dmOrientation
System.Drawing.Common (1)
System\Drawing\Printing\PageSettings.cs (1)
240
devmode->
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)
786
result = devmode->
dmOrientation
;