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