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