2 writes to _printCompleted
PresentationFramework (2)
MS\Internal\Documents\IFlowDocumentViewer.cs (2)
454
add {
_printCompleted
+= value; }
455
remove {
_printCompleted
-= value; }
2 references to _printCompleted
PresentationFramework (2)
MS\Internal\Documents\IFlowDocumentViewer.cs (2)
147
if (
_printCompleted
!= null)
149
_printCompleted
(this, EventArgs.Empty);