2 writes to _printCompleted
PresentationFramework (2)
MS\Internal\Documents\IFlowDocumentViewer.cs (2)
792add { _printCompleted += value; } 793remove { _printCompleted -= value; }
2 references to _printCompleted
PresentationFramework (2)
MS\Internal\Documents\IFlowDocumentViewer.cs (2)
470if (_printCompleted != null) 472_printCompleted(this, EventArgs.Empty);