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