1 write to Landscape
System.Drawing.Common.Tests (1)
System\Drawing\Printing\PageSettingsTests.cs (1)
40Landscape = true,
4 references to Landscape
System.Drawing.Common (2)
System\Drawing\Printing\PageSettings.cs (2)
157if (!Landscape) 499$"[{nameof(PageSettings)}: Color={Color}, Landscape={Landscape}, Margins={Margins}, PaperSize={PaperSize}, PaperSource={PaperSource}, PrinterResolution={PrinterResolution}]";
System.Drawing.Common.Tests (2)
System\Drawing\Printing\PageSettingsTests.cs (2)
47Assert.Equal(ps.Landscape, clone.Landscape);