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