2 writes to landscape
System.Drawing (2)
commonui\System\Drawing\Printing\PageSettings.cs (2)
167set { landscape = value;} 567landscape = (mode.dmOrientation == SafeNativeMethods.DMORIENT_LANDSCAPE);
6 references to landscape
System.Drawing (6)
commonui\System\Drawing\Printing\PageSettings.cs (6)
162if (landscape.IsDefault) 165return(bool) landscape; 343if (landscape.IsNotDefault && ((mode.dmFields & SafeNativeMethods.DM_ORIENTATION) == SafeNativeMethods.DM_ORIENTATION)) 344mode.dmOrientation = unchecked((short) (((bool) landscape) ? SafeNativeMethods.DMORIENT_LANDSCAPE : SafeNativeMethods.DMORIENT_PORTRAIT)); 457if (landscape.IsDefault) 460return(bool) landscape;