2 writes to _landscape
System.Drawing.Common (2)
System\Drawing\Printing\PageSettings.cs (2)
99set => _landscape = value; 488_landscape = devmode->dmOrientation == PInvokeCore.DMORIENT_LANDSCAPE;
6 references to _landscape
System.Drawing.Common (6)
System\Drawing\Printing\PageSettings.cs (6)
96get => _landscape.IsDefault 98: (bool)_landscape; 238if (_landscape.IsNotDefault && devmode->dmFields.HasFlag(DEVMODE_FIELD_FLAGS.DM_ORIENTATION)) 240devmode->dmOrientation = _landscape.IsTrue ? (short)PInvokeCore.DMORIENT_LANDSCAPE : (short)PInvokeCore.DMORIENT_PORTRAIT; 366bool IsLandscape(HGLOBAL modeHandle) => _landscape.IsDefault 368: (bool)_landscape;