1 write to allPrinting
System.Windows.Forms (1)
winforms\Managed\System\WinForms\WinFormsSecurity.cs (1)
115
allPrinting
= new PrintingPermission(PrintingPermissionLevel.AllPrinting);
2 references to allPrinting
System.Windows.Forms (2)
winforms\Managed\System\WinForms\WinFormsSecurity.cs (2)
114
if (
allPrinting
== null) {
117
return
allPrinting
;