3 references to IsTrue
System.Drawing.Common (3)
System\Drawing\Printing\PageSettings.cs (2)
235
devmode->dmColor = _color.
IsTrue
? DEVMODE_COLOR.DMCOLOR_COLOR : DEVMODE_COLOR.DMCOLOR_MONOCHROME;
240
devmode->dmOrientation = _landscape.
IsTrue
? (short)PInvokeCore.DMORIENT_LANDSCAPE : (short)PInvokeCore.DMORIENT_PORTRAIT;
System\Drawing\Printing\PrinterSettings.cs (1)
680
devmode->dmCollate = _collate.
IsTrue
? DEVMODE_COLLATE.DMCOLLATE_TRUE : DEVMODE_COLLATE.DMCOLLATE_FALSE;