1 write to dmOrientation
System.Drawing (1)
commonui\System\Drawing\Printing\PageSettings.cs (1)
344mode.dmOrientation = unchecked((short) (((bool) landscape) ? SafeNativeMethods.DMORIENT_LANDSCAPE : SafeNativeMethods.DMORIENT_PORTRAIT));
3 references to dmOrientation
System.Drawing (3)
commonui\System\Drawing\Advanced\Gdiplus.cs (1)
4644+ ", dmOrientation=" + dmOrientation
commonui\System\Drawing\Printing\PageSettings.cs (1)
567landscape = (mode.dmOrientation == SafeNativeMethods.DMORIENT_LANDSCAPE);
commonui\System\Drawing\Printing\PrinterSettings.cs (1)
1150case ModeField.Orientation: result = mode.dmOrientation; break;