2 writes to beginPrintHandler
System.Drawing (2)
commonui\System\Drawing\Printing\PrintDocument.cs (2)
213beginPrintHandler += value; 216beginPrintHandler -= value;
2 references to beginPrintHandler
System.Drawing (2)
commonui\System\Drawing\Printing\PrintDocument.cs (2)
273if (beginPrintHandler != null) 274beginPrintHandler(this, e);