2 writes to collate
System.Drawing (2)
commonui\System\Drawing\Printing\PrinterSettings.cs (2)
128set { collate = value;} 1344collate = (mode.dmCollate == SafeNativeMethods.DMCOLLATE_TRUE);
4 references to collate
System.Drawing (4)
commonui\System\Drawing\Printing\PrinterSettings.cs (4)
123if (!collate.IsDefault) 124return(bool) collate; 1047if (collate.IsNotDefault) 1048mode.dmCollate = (short) (((bool) collate) ? SafeNativeMethods.DMCOLLATE_TRUE : SafeNativeMethods.DMCOLLATE_FALSE);