3 references to IsNotDefault
System.Drawing (3)
commonui\System\Drawing\Printing\PageSettings.cs (2)
341
if (color.
IsNotDefault
&& ((mode.dmFields & SafeNativeMethods.DM_COLOR) == SafeNativeMethods.DM_COLOR))
343
if (landscape.
IsNotDefault
&& ((mode.dmFields & SafeNativeMethods.DM_ORIENTATION) == SafeNativeMethods.DM_ORIENTATION))
commonui\System\Drawing\Printing\PrinterSettings.cs (1)
1047
if (collate.
IsNotDefault
)