2 writes to _printCompleted
PresentationFramework (2)
MS\Internal\Documents\IFlowDocumentViewer.cs (2)
454add { _printCompleted += value; } 455remove { _printCompleted -= value; }
2 references to _printCompleted
PresentationFramework (2)
MS\Internal\Documents\IFlowDocumentViewer.cs (2)
147if (_printCompleted != null) 149_printCompleted(this, EventArgs.Empty);