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