5 references to GetModeField
System.Drawing.Common (5)
System\Drawing\Printing\PageSettings.cs (2)
56
? _printerSettings.
GetModeField
(ModeField.Color, (short)DEVMODE_COLOR.DMCOLOR_MONOCHROME) == (short)DEVMODE_COLOR.DMCOLOR_MONOCHROME
97
? _printerSettings.
GetModeField
(ModeField.Orientation, (short)PInvokeCore.DMORIENT_PORTRAIT) == PInvokeCore.DMORIENT_LANDSCAPE
System\Drawing\Printing\PrinterSettings.cs (3)
54
get => _copies != -1 ? _copies :
GetModeField
(ModeField.Copies, 1);
72
?
GetModeField
(ModeField.Collate, (short)DEVMODE_COLLATE.DMCOLLATE_FALSE) == (short)DEVMODE_COLLATE.DMCOLLATE_TRUE
91
get => _duplex != Duplex.Default ? _duplex : (Duplex)
GetModeField
(ModeField.Duplex, (short)DEVMODE_DUPLEX.DMDUP_SIMPLEX);