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