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