2 writes to _printStarted
PresentationFramework (2)
src\Framework\MS\Internal\Documents\IFlowDocumentViewer.cs (2)
799
add {
_printStarted
+= value; }
800
remove {
_printStarted
-= value; }
2 references to _printStarted
PresentationFramework (2)
src\Framework\MS\Internal\Documents\IFlowDocumentViewer.cs (2)
499
if (
_printStarted
!= null && IsPrinting)
501
_printStarted
(this, EventArgs.Empty);