12 references to AllPrinting
System.Drawing (12)
commonui\System\Drawing\IntSecurity.cs (1)
67temp.SetPermission(IntSecurity.AllPrinting);
commonui\System\Drawing\Printing\DefaultPrintController.cs (1)
37IntSecurity.AllPrinting.Demand();
commonui\System\Drawing\Printing\InvalidPrinterException.cs (1)
55IntSecurity.AllPrinting.Demand();
commonui\System\Drawing\Printing\PrintController.cs (2)
161if (!IntSecurity.HasPermission(IntSecurity.AllPrinting)) { 164IntSecurity.AllPrinting.Assert();
commonui\System\Drawing\Printing\PrintDocument.cs (1)
333IntSecurity.AllPrinting.Demand();
commonui\System\Drawing\Printing\PrinterSettings.cs (6)
212IntSecurity.AllPrinting.Demand(); 438IntSecurity.AllPrinting.Demand(); 480IntSecurity.AllPrinting.Demand(); 485IntSecurity.AllPrinting.Demand(); 829IntSecurity.AllPrinting.Assert(); 1382string printerName = (IntSecurity.HasPermission(IntSecurity.AllPrinting)) ? PrinterName : "<printer name unavailable>";