2 writes to _printCompleted
PresentationFramework (2)
MS\Internal\Documents\IFlowDocumentViewer.cs (2)
804
add {
_printCompleted
+= value; }
805
remove {
_printCompleted
-= value; }
2 references to _printCompleted
PresentationFramework (2)
MS\Internal\Documents\IFlowDocumentViewer.cs (2)
482
if (
_printCompleted
!= null)
484
_printCompleted
(this, EventArgs.Empty);