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