6 references to Default
System.Drawing.Common (6)
System\Drawing\Printing\PageSettings.cs (2)
12
private TriState _color = TriState.
Default
;
16
private TriState _landscape = TriState.
Default
;
System\Drawing\Printing\PrinterSettings.cs (1)
25
private TriState _collate = TriState.
Default
;
System\Drawing\Printing\TriState.cs (3)
16
public bool IsDefault => this ==
Default
;
20
public bool IsNotDefault => this !=
Default
;
45
this ==
Default
? "Default" :