2 writes to graphics
System.Drawing (2)
commonui\System\Drawing\Printing\PrintPageEvent.cs (2)
35
this.
graphics
= graphics; // may be null, see PrintController
120
this.
graphics
= value;
2 references to graphics
System.Drawing (2)
commonui\System\Drawing\Printing\PrintPageEvent.cs (2)
60
return
graphics
;
116
graphics
.Dispose();