2 writes to _printStarted
PresentationFramework (2)
MS\Internal\Documents\IFlowDocumentViewer.cs (2)
782add { _printStarted += value; } 783remove { _printStarted -= value; }
2 references to _printStarted
PresentationFramework (2)
MS\Internal\Documents\IFlowDocumentViewer.cs (2)
482if (_printStarted != null && IsPrinting) 484_printStarted(this, EventArgs.Empty);