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