3 writes to printController
System.Drawing (3)
commonui\System\Drawing\Printing\PrintDocument.cs (3)
136
printController
= new StandardPrintController();
144
printController
= (PrintController) Activator.CreateInstance(type,
176
printController
= value;
3 references to printController
System.Drawing (3)
commonui\System\Drawing\Printing\PrintDocument.cs (3)
135
if (
printController
== null) {
146
null, new object[] {
printController
}, null);
171
return
printController
;