1 write to Landscape
System.Drawing.Common.Tests (1)
System\Drawing\Printing\PageSettingsTests.cs (1)
40
Landscape
= true,
4 references to Landscape
System.Drawing.Common (2)
System\Drawing\Printing\PageSettings.cs (2)
157
if (!
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)
47
Assert.Equal(ps.
Landscape
, clone.
Landscape
);