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