2 writes to _printStarted
PresentationFramework (2)
MS\Internal\Documents\IFlowDocumentViewer.cs (2)
782
add {
_printStarted
+= value; }
783
remove {
_printStarted
-= value; }
2 references to _printStarted
PresentationFramework (2)
MS\Internal\Documents\IFlowDocumentViewer.cs (2)
482
if (
_printStarted
!= null && IsPrinting)
484
_printStarted
(this, EventArgs.Empty);