2 writes to _printCompleted
PresentationFramework (2)
src\Framework\MS\Internal\Documents\IFlowDocumentViewer.cs (2)
808
add {
_printCompleted
+= value; }
809
remove {
_printCompleted
-= value; }
2 references to _printCompleted
PresentationFramework (2)
src\Framework\MS\Internal\Documents\IFlowDocumentViewer.cs (2)
486
if (
_printCompleted
!= null)
488
_printCompleted
(this, EventArgs.Empty);